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 DisableChannels
(
const TCHAR * Channels
)
Remarks
Disable channels to stop recording traces with them.
Parameters
| Name | Description |
|---|---|
| Channels | List of channels (or a preset) to disable. If null it will disable all active channels. |