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 File
(
FStringView File,
FStringView Channels,
bool bExcludeTail,
bool bTruncateFile
)
Remarks
Start a trace on selected instances to a file on the instance, using a set of channels.
Parameters
| Name | Description |
|---|---|
| File | Path on the instance. ".utrace" will be appended |
| Channels | Comma separated list of channels to enable |
| bExcludeTail | If the tail (circular buffer of recent events) should be included |
| bTruncateFile | If the file should be truncated (if already exists) |