Trace.SnapshotSend
Trace.SnapshotSend
#Overview
name: Trace.SnapshotSend
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
<Host> <Port> - Sends a snapshot of the current in-memory trace buffer to a server. If no host is specified \'localhost\' is used.
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:1210
Scope: file
Source code excerpt:
////////////////////////////////////////////////////////////////////////////////
static FAutoConsoleCommand TraceAuxiliarySnapshotSendCmd(
TEXT("Trace.SnapshotSend"),
TEXT("<Host> <Port> - Sends a snapshot of the current in-memory trace buffer to a server. If no host is specified 'localhost' is used."
),
FConsoleCommandWithArgsDelegate::CreateStatic(TraceAuxiliarySnapshotSend)
);
////////////////////////////////////////////////////////////////////////////////