Class UniversalDataSystem.EventDebugStringRequest
Convert an event to a readable string
Namespace: Unity.PSN.PS5.UDS
Syntax
public class EventDebugStringRequest : Request
Properties
EventData
Event to convert
Declaration
public UniversalDataSystem.UDSEvent EventData { get; set; }
Property Value
| Type | Description |
|---|---|
| UniversalDataSystem.UDSEvent |
Output
Output string
Declaration
public string Output { get; }
Property Value
| Type | Description |
|---|---|
| String |
UserId
User Id
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()