fx.Niagara.GraphDataCacheSize
fx.Niagara.GraphDataCacheSize
#Overview
name: fx.Niagara.GraphDataCacheSize
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Maximum number of elements to store within the GraphDataCache.
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/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraGraphDataCache.cpp:8
Scope: file
Source code excerpt:
static int32 GNiagaraGraphDataCacheSize = 16384;
static FAutoConsoleVariableRef CVarNiagaraGraphDataCacheSize(
TEXT("fx.Niagara.GraphDataCacheSize"),
GNiagaraGraphDataCacheSize,
TEXT("Maximum number of elements to store within the GraphDataCache."),
ECVF_ReadOnly
);
static bool GNiagaraGraphDataCacheValidation = false;