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