fx.Niagara.DigestGraphCacheSize
fx.Niagara.DigestGraphCacheSize
#Overview
name: fx.Niagara.DigestGraphCacheSize
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Defines the size of the cache for digested Niagara graphs.
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/NiagaraDigestDatabase.cpp:16
Scope (from outer to inner):
file
namespace NiagaraGraphDigestDatabaseImpl
Source code excerpt:
static int32 GDigestGraphCacheSize = 512;
static FAutoConsoleVariableRef CVarDigestGraphCacheSize(
TEXT("fx.Niagara.DigestGraphCacheSize"),
GDigestGraphCacheSize,
TEXT("Defines the size of the cache for digested Niagara graphs."),
ECVF_ReadOnly
);
FNiagaraDigestDatabase* GDigestDatabase = nullptr;