Navigation
API > API/Runtime > API/Runtime/SessionServices
References
| Module | SessionServices |
| Header | /Engine/Source/Runtime/SessionServices/Public/ITraceController.h |
| Include | #include "ITraceController.h" |
Syntax
struct FTraceStatus
Remarks
Describes the state of a single remote instance with Trace.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAreStatNamedEventsEnabled | If stats are emitted as named events | |
| bool | bIsPaused | If tracing is paused | |
| bool | bIsTracing | If tracing is active | |
| TMap< uint32, FChannel > | Channels | State of channels | |
| FString | Endpoint | Endpoint of active trace | |
| FGuid | InstanceId | Instance id of the process we're controlling | |
| FGuid | SessionGuid | Session identifier for the trace. | |
| FGuid | SessionId | Session id of the process we're controlling | |
| FSettings | Settings | Settings | |
| FStats | Stats | Stats | |
| FDateTime | StatusTimestamp | Timestamp when the state of the trace was captured | |
| FGuid | TraceGuid | Unique identifier for the trace | |
| ETraceSystemStatus | TraceSystemStatus | The status of the trace system. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FChannel | |||
| FChannelPreset | |||
| FSettings | |||
| FStats |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ETraceSystemStatus | |||
| EUpdateType | Update types |