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 Send
(
FStringView Host,
FStringView Channels,
bool bExcludeTail
)
Remarks
Start a trace on selected instances to the provided host, using a set of channels.
Parameters
| Name | Description |
|---|---|
| Host | Host to send the trace to |
| Channels | Comma separated list of channels to enable |
| bExcludeTail | If the tail (circular buffer of recent events) should be included |