Trace.Screenshot
Trace.Screenshot
#Overview
name: Trace.Screenshot
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
[Name] [ShowUI] Takes a screenshot and saves it in the trace. Ex: Trace.Screenshot ScreenshotName true
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/Engine/Private/ProfilingDebugging/TraceScreenshot.cpp:61
Scope: file
Source code excerpt:
static FAutoConsoleCommand TraceScreenshotCmd(
TEXT("Trace.Screenshot"),
TEXT("[Name] [ShowUI] Takes a screenshot and saves it in the trace. Ex: Trace.Screenshot ScreenshotName true"),
FConsoleCommandWithArgsDelegate::CreateStatic(TraceScreenshotCommandCallback)
);
bool FTraceScreenshot::bSuppressWritingToFile = false;