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