r.SceneCapture.DumpMemory
r.SceneCapture.DumpMemory
#Overview
name: r.SceneCapture.DumpMemory
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Editor specific command to dump scene capture memory to log
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/SceneCaptureRendering.cpp:66
Scope: file
Source code excerpt:
FAutoConsoleCommand CmdDumpSceneCaptureViewState(
TEXT("r.SceneCapture.DumpMemory"),
TEXT("Editor specific command to dump scene capture memory to log"),
FConsoleCommandDelegate::CreateStatic(DumpSceneCaptureMemory)
);
#endif // WITH_EDITOR
/** A pixel shader for capturing a component of the rendered scene for a scene capture.*/