fx.UseNewGraphHash
fx.UseNewGraphHash
#Overview
name: fx.UseNewGraphHash
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0 a hash of the graph node state will be used, otherwise will use the older code path. \n
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/NiagaraGraph.cpp:58
Scope: file
Source code excerpt:
int32 GNiagaraUseGraphHash = 1;
static FAutoConsoleVariableRef CVarNiagaraUseGraphHash(
TEXT("fx.UseNewGraphHash"),
GNiagaraUseGraphHash,
TEXT("If > 0 a hash of the graph node state will be used, otherwise will use the older code path. \n"),
ECVF_Default
);
namespace NiagaraGraphImpl