Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTraceAuxiliary
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
)
Parameters
| Name | Remarks |
|---|---|
| ChannelIds | List of channels (or a preset) to enable. |