Trace.Pause
Trace.Pause
#Overview
name: Trace.Pause
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Pauses all trace channels currently sending events.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/ProfilingDebugging/TraceAuxiliary.cpp:1162
Scope: file
Source code excerpt:
////////////////////////////////////////////////////////////////////////////////
static FAutoConsoleCommand TraceAuxiliaryPauseCmd(
TEXT("Trace.Pause"),
TEXT("Pauses all trace channels currently sending events."),
FConsoleCommandDelegate::CreateStatic(TraceAuxiliaryPause)
);
////////////////////////////////////////////////////////////////////////////////
static FAutoConsoleCommand TraceAuxiliaryResumeCmd(