Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/FControlClient
Description
Toggles one or more channels on and off. A channel or a comma separated list of channels can be controlled.
| Name | SendToggleChannel |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/ControlClient.h |
| Include Path | #include "Trace/ControlClient.h" |
| Source | /Engine/Source/Developer/TraceAnalysis/Private/ControlClient.cpp |
void SendToggleChannel
(
const TCHAR * Channels,
bool bState
)
Parameters
| Name | Remarks |
|---|---|
| Channels | A single channel name or a comma separated list of channel names. |
| bState | True to enable channel(s), false to disable. |