Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/ITraceControllerCommands > API/Runtime/SessionServices/ITraceControllerCommands/SetChannels
References
| Module | SessionServices |
| Header | /Engine/Source/Runtime/SessionServices/Public/ITraceControllerCommands.h |
| Include | #include "ITraceControllerCommands.h" |
void SetChannels
(
TConstArrayView< FStringView > ChannelsToEnable,
TConstArrayView< FStringView > ChannelsToDisable
)
Remarks
Enables or disables channels by name
Parameters
| Name | Description |
|---|---|
| ChannelsToEnable | List of channels to enable |
| ChannelsToDisable | List of channels to disable |