r.DumpShadows
r.DumpShadows
#Overview
name: r.DumpShadows
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump shadow setup (for developer only, only for non shiping build)
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/Renderer/Private/ShadowSetup.cpp:346
Scope: file
Source code excerpt:
FAutoConsoleCommand CmdDumpShadowDumpSetup(
TEXT("r.DumpShadows"),
TEXT("Dump shadow setup (for developer only, only for non shiping build)"),
FConsoleCommandDelegate::CreateStatic(DumpShadowDumpSetup)
);
#endif // !UE_BUILD_SHIPPING
/** Whether to round the shadow map up to power of two on mobile platform. */