Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTraceAuxiliary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DisableChannels
(
const TCHAR* Channels |
Disable channels to stop recording traces with them. | ProfilingDebugging/TraceAuxiliary.h | |
static void DisableChannels
(
TConstArrayView< uint32 > ChannelIds, |
Disable channels to mute events belonging to this category. | ProfilingDebugging/TraceAuxiliary.h |
DisableChannels(const TCHAR *)
Description
Disable channels to stop recording traces with them.
| Name | DisableChannels |
| 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 DisableChannels
(
const TCHAR * Channels
)
Parameters
| Name | Remarks |
|---|---|
| Channels | Comma separated list of channels and presets to disable. If null it will disable all active channels. |
DisableChannels(TConstArrayView< uint32 >, TMap< uint32, FString > *)
Description
Disable channels to mute events belonging to this category.
Note that presets cannot be used when specifying channel ids.
| Name | DisableChannels |
| 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 DisableChannels
(
TConstArrayView< uint32 > ChannelIds,
TMap < uint32, FString > * OutErrors
)
Parameters
| Name | Remarks |
|---|---|
| ChannelIds | List of channels to disable. |
| OutErrors | Contains deny reasons for channels that could not be disabled. |