r.HighResScreenshot.AdditionalCmds
r.HighResScreenshot.AdditionalCmds
#Overview
name: r.HighResScreenshot.AdditionalCmds
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Additional command to execute when a high res screenshot is requested.
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/HighResScreenshot.cpp:17
Scope: file
Source code excerpt:
static TAutoConsoleVariable<FString> CVarHighResScreenshotCmd(
TEXT("r.HighResScreenshot.AdditionalCmds"), TEXT(""),
TEXT("Additional command to execute when a high res screenshot is requested."),
ECVF_Default);
static void RunHighResScreenshotAdditionalCommands()
{
FString Cmds = CVarHighResScreenshotCmd.GetValueOnGameThread();