Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTraceAuxiliary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void EnableChannels
(
const TCHAR* Channels |
Enable channels to emit events from this category. | ProfilingDebugging/TraceAuxiliary.h | |
static void EnableChannels
(
TConstArrayView< uint32 > ChannelIds, |
Enable channels to emit events belonging to this category. | ProfilingDebugging/TraceAuxiliary.h |
EnableChannels(const TCHAR *)
Description
Enable channels to emit events from this category.
| Name | EnableChannels |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include Path | #include "ProfilingDebugging/TraceAuxiliary.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/TraceAuxiliary.cpp |
static void EnableChannels
(
const TCHAR * Channels
)
Parameters
| Name | Remarks |
|---|---|
| Channels | Comma separated list of channels and presets to enable. |
EnableChannels(TConstArrayView< uint32 >, TMap< uint32, FString > *)
Description
Enable channels to emit events belonging to this category.
Note that presets cannot be used when specifying channel ids.
| Name | EnableChannels |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include Path | #include "ProfilingDebugging/TraceAuxiliary.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/TraceAuxiliary.cpp |
static void EnableChannels
(
TConstArrayView< uint32 > ChannelIds,
TMap < uint32, FString > * OutErrors
)
Parameters
| Name | Remarks |
|---|---|
| ChannelIds | List of channels to enable. |
| OutErrors | Contains deny reasons for channels that could not be enabled. |