Trace.SnapshotFile
Trace.SnapshotFile
#Overview
name: Trace.SnapshotFile
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
[Path] - Writes a snapshot of the current in-memory trace buffer to a file.
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:1202
Scope: file
Source code excerpt:
////////////////////////////////////////////////////////////////////////////////
static FAutoConsoleCommand TraceAuxiliarySnapshotFileCmd(
TEXT("Trace.SnapshotFile"),
TEXT("[Path] - Writes a snapshot of the current in-memory trace buffer to a file."
),
FConsoleCommandWithArgsDelegate::CreateStatic(TraceAuxiliarySnapshotFile)
);
////////////////////////////////////////////////////////////////////////////////