Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/ITraceControllerCommands
Description
Start a trace on selected instance using a secure connection. The initiator is required to connect to the port using the options specified in the response.
| Name | SendSecure |
| Type | function |
| Header File | /Engine/Source/Runtime/SessionServices/Public/ITraceControllerCommands.h |
| Include Path | #include "ITraceControllerCommands.h" |
void SendSecure
(
FStringView Channels,
bool bExcludeTail
)
Parameters
| Name | Remarks |
|---|---|
| Channels | Comma separated list of channels to enable |
| bExcludeTail | If the tail (circular buffer of recent events) should be included |