Navigation
API > API/Runtime > API/Runtime/SessionServices
References
| Module | SessionServices |
| Header | /Engine/Source/Runtime/SessionServices/Public/ITraceControllerCommands.h |
| Include | #include "ITraceControllerCommands.h" |
Syntax
class ITraceControllerCommands
Remarks
Interface to send commands to a single remote trace service.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Bookmark
(
FStringView Label |
Insert bookmark into the trace. | |
| void | File
(
FStringView File, |
Start a trace on selected instances to a file on the instance, using a set of channels. | |
| void | Pause () |
Pause tracing by muting all (non-readonly) channels. | |
| void | Resume () |
Resume tracing (from paused) by enabling the previously enabled channels. | |
| void | Screenshot
(
FStringView Name, |
Insert screenshot into the trace. | |
| void | Send
(
FStringView Host, |
Start a trace on selected instances to the provided host, using a set of channels. | |
| void | SetChannels
(
TConstArrayView< FStringView > ChannelsToEnable, |
Enables or disables channels by name | |
| void | SetChannels
(
TConstArrayView< FString > ChannelsToEnable, |
Enables or disables channels by name | |
| void | SetStatNamedEventsEnabled
(
bool bEnabled |
Set the StatNamedEvents flag. | |
| void | SnapshotFile
(
FStringView File |
On selected instances, make a snapshot of the tail (circular buffer of recent events) and save to a file. | |
| void | SnapshotSend
(
FStringView Host |
On selected instances, make a snapshot of the tail (circular buffer of recent events) and send to the provided host. | |
| void | Stop () |
Stop active trace. |