r.DumpGPU.Viewer.Visualize
r.DumpGPU.Viewer.Visualize
#Overview
name: r.DumpGPU.Viewer.Visualize
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Name of RDG output resource to automatically open in the dump viewer.
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/RenderCore/Private/DumpGPU.cpp:169
Scope (from outer to inner):
file
namespace anonymous
Source code excerpt:
// Although this cvar does not seams used in the C++ code base, it is dumped by DumpRenderingCVarsToCSV() and used by GPUDumpViewer.html.
static TAutoConsoleVariable<FString> GDumpGPUVisualizeResource(
TEXT("r.DumpGPU.Viewer.Visualize"), TEXT(""),
TEXT("Name of RDG output resource to automatically open in the dump viewer."),
ECVF_Default);
} // namespace
#endif // RDG_DUMP_RESOURCES