fx.Niagara.UseFastSetUserParametersToDefaultValues
fx.Niagara.UseFastSetUserParametersToDefaultValues
#Overview
name: fx.Niagara.UseFastSetUserParametersToDefaultValues
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When a component is activated we will check the surpession list.
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/NiagaraComponent.cpp:87
Scope: file
Source code excerpt:
static int32 GNiagaraUseFastSetUserParametersToDefaultValues = 1;
static FAutoConsoleVariableRef CVarNiagaraUseFastSetUserParametersToDefaultValues(
TEXT("fx.Niagara.UseFastSetUserParametersToDefaultValues"),
GNiagaraUseFastSetUserParametersToDefaultValues,
TEXT("When a component is activated we will check the surpession list."),
ECVF_Default
);
static int GNiagaraForceWaitForCompilationOnActivate = 0;