fx.Niagara.DataChannels.ForceReadTickGroup
fx.Niagara.DataChannels.ForceReadTickGroup
#Overview
name: fx.Niagara.DataChannels.ForceReadTickGroup
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When >= 0 this will force Niagara systems with NDC read DIs to tick in the given Tick Group.
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/DataInterface/NiagaraDataInterfaceDataChannelRead.cpp:44
Scope: file
Source code excerpt:
static int GNDCReadForceTG = -1;
static FAutoConsoleVariableRef CVarNDCReadForceTG(
TEXT("fx.Niagara.DataChannels.ForceReadTickGroup"),
GNDCReadForceTG,
TEXT("When >= 0 this will force Niagara systems with NDC read DIs to tick in the given Tick Group."),
ECVF_Default
);
static bool GNDCReadForcePrevFrame = false;