fx.Niagara.OnDemandCompileEnabled
fx.Niagara.OnDemandCompileEnabled
#Overview
name: fx.Niagara.OnDemandCompileEnabled
This variable is created as a Console Variable (cvar).
- type: 
Var - help: 
Compiles Niagara Systems on demand rather than on post load. 
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/NiagaraSystem.cpp:121
Scope: file
Source code excerpt:
static int GNiagaraOnDemandCompileEnabled = 1;
static FAutoConsoleVariableRef CVarNiagaraOnDemandCompileEnabled(
	TEXT("fx.Niagara.OnDemandCompileEnabled"),
	GNiagaraOnDemandCompileEnabled,
	TEXT("Compiles Niagara Systems on demand rather than on post load."),
	ECVF_Default
);
static int GNiagaraObjectNeedsLoadMode = 1;