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