Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FTraceAuxiliary
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/TraceAuxiliary.h |
| Include | #include "ProfilingDebugging/TraceAuxiliary.h" |
| Source | /Engine/Source/Runtime/Core/Private/ProfilingDebugging/TraceAuxiliary.cpp |
static void EnableChannels
(
TConstArrayView< uint32 > ChannelIds
)
Remarks
Enable channels to emit events belonging to this category.
Note that presets cannot be used when specifying channel ids.
Parameters
| Name | Description |
|---|---|
| ChannelIds | List of channels (or a preset) to enable. |