fx.Niagara.DataChannels.AllowLazyHandlerInit
fx.Niagara.DataChannels.AllowLazyHandlerInit
#Overview
name: fx.Niagara.DataChannels.AllowLazyHandlerInit
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
True if we allow lazy initialization of NDC handlers.
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/NiagaraDataChannelManager.cpp:14
Scope: file
Source code excerpt:
static int GNDCAllowLazyHandlerInit = 1;
static FAutoConsoleVariableRef CVarNDCAllowLazyHandlerInit(
TEXT("fx.Niagara.DataChannels.AllowLazyHandlerInit"),
GNDCAllowLazyHandlerInit,
TEXT("True if we allow lazy initialization of NDC handlers."),
ECVF_Default
);
FNiagaraDataChannelManager::FNiagaraDataChannelManager(FNiagaraWorldManager* InWorldMan)