fx.DetailedCSVStats.MemoryMode
fx.DetailedCSVStats.MemoryMode
#Overview
name: fx.DetailedCSVStats.MemoryMode
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Gathers approximate memory information depending on the mode.\n0 = Disabled (default).\n1 = Minimal information (small performance impact).\n2 = Full information (large performance impact).
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/Particles/ParticlePerfStats.cpp:1119
Scope: file
Source code excerpt:
int32 GFXDetailedCSVMemorySMode = 1;
static FAutoConsoleVariableRef CVarFXDetailedCSVMemoryStats(
TEXT("fx.DetailedCSVStats.MemoryMode"),
GFXDetailedCSVMemorySMode,
TEXT("Gathers approximate memory information depending on the mode.\n")
TEXT("0 = Disabled (default).\n")
TEXT("1 = Minimal information (small performance impact).\n")
TEXT("2 = Full information (large performance impact)."),
ECVF_Default