fx.Niagara.CompileHashAllDataInterfaces
fx.Niagara.CompileHashAllDataInterfaces
#Overview
name: fx.Niagara.CompileHashAllDataInterfaces
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Forces Niagara to include all data interfaces as part of compile hash generation.\n0 = Disabled.\n1 = Enabled, but hash once, better for perf.\n2 = Enabled, generated hash always good for iteration on Niagara work.
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/Niagara/Private/NiagaraScript.cpp:119
Scope: file
Source code excerpt:
static int32 GNiagaraCompileHashAllDataInterfaces = 1;
static FAutoConsoleVariableRef CVarNiagaraCompileHashAllDataInterfaces(
TEXT("fx.Niagara.CompileHashAllDataInterfaces"),
GNiagaraCompileHashAllDataInterfaces,
TEXT("Forces Niagara to include all data interfaces as part of compile hash generation.\n")
TEXT("0 = Disabled.\n")
TEXT("1 = Enabled, but hash once, better for perf.\n")
TEXT("2 = Enabled, generated hash always good for iteration on Niagara work."),
ECVF_Default