Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/ITraceControllerCommands
References
| Module | SessionServices |
| Header | /Engine/Source/Runtime/SessionServices/Public/ITraceControllerCommands.h |
| Include | #include "ITraceControllerCommands.h" |
void SnapshotSend
(
FStringView Host
)
Remarks
On selected instances, make a snapshot of the tail (circular buffer of recent events) and send to the provided host.
Parameters
| Name | Description |
|---|---|
| Host | Host to send the trace to |