DumpDetailedPrimitives
DumpDetailedPrimitives
#Overview
name: DumpDetailedPrimitives
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Writes out all scene primitive details to a CSV file
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/ViewDebug.cpp:28
Scope: file
Source code excerpt:
static FAutoConsoleCommand CVarDrawPrimitiveDebugData(
TEXT("DumpDetailedPrimitives"),
TEXT("Writes out all scene primitive details to a CSV file"),
FConsoleCommandDelegate::CreateStatic([] { bDumpDetailedPrimitivesNextFrame = !bDumpDetailedPrimitivesNextFrame; }),
ECVF_Default);
static uint32 GetDrawCountFromPrimitiveSceneInfo(FScene* Scene, const FPrimitiveSceneInfo* PrimitiveSceneInfo)
{