fx.Niagara.LUT.VerifyPostLoad
fx.Niagara.LUT.VerifyPostLoad
#Overview
name: fx.Niagara.LUT.VerifyPostLoad
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable to verify LUTs match in PostLoad vs the Loaded Data\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/Niagara/Private/NiagaraDataInterfaceCurveBase.cpp:28
Scope: file
Source code excerpt:
int32 GNiagaraLUTVerifyPostLoad = 0;
static FAutoConsoleVariableRef CVarNiagaraLUTVerifyPostLoad(
TEXT("fx.Niagara.LUT.VerifyPostLoad"),
GNiagaraLUTVerifyPostLoad,
TEXT("Enable to verify LUTs match in PostLoad vs the Loaded Data\n"),
ECVF_Default
);
BEGIN_SHADER_PARAMETER_STRUCT(FNiagaraDataInterfaceCurveParameters, )