FControlClient::SendToggleChannel

Toggles one or more channels on and off.

Windows
MacOS
Linux

References

Module

TraceAnalysis

Header

/Engine/Source/Developer/TraceAnalysis/Public/Trace/ControlClient.h

Include

#include "Trace/ControlClient.h"

Source

/Engine/Source/Developer/TraceAnalysis/Private/ControlClient.cpp

Syntax

void SendToggleChannel
(
    const TCHAR * Channels,
    bool bState
)

Remarks

Toggles one or more channels on and off. A channel or a comma separated list of channels can be controlled.

Parameters

Parameter

Description

Channels

A single channel name or a comma separated list of channel names.

bState

True to enable channel(s), false to disable.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss