fx.Niagara.CSVSplitTime
fx.Niagara.CSVSplitTime
#Overview
name: fx.Niagara.CSVSplitTime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Length of Niagara\'s split time events passed to the CSV profiler. There are used to give check more confined stat averages.
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/NiagaraWorldManager.cpp:163
Scope: file
Source code excerpt:
float GNiagaraCSVSplitTime = 180.0f;
static FAutoConsoleVariableRef CVarCSVSplitTime(
TEXT("fx.Niagara.CSVSplitTime"),
GNiagaraCSVSplitTime,
TEXT("Length of Niagara's split time events passed to the CSV profiler. There are used to give check more confined stat averages."),
ECVF_Default
);
FAutoConsoleCommandWithWorldAndArgs GCmdNiagaraPlaybackMode(