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 SnapshotFile
(
FStringView File
)
Remarks
On selected instances, make a snapshot of the tail (circular buffer of recent events) and save to a file.
Parameters
| Name | Description |
|---|---|
| File | Path on the instance. ".utrace" will be appended |