fx.Niagara.MaxCompilePollTimePerFrame
fx.Niagara.MaxCompilePollTimePerFrame
#Overview
name: fx.Niagara.MaxCompilePollTimePerFrame
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When a lot of system compile tasks queue up, this is the max time per frame that is used to advance them.
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/NiagaraModule.cpp:111
Scope: file
Source code excerpt:
static float GNiagaraMaxCompilePollTimePerFrame = 0.016f;
static FAutoConsoleVariableRef CVarNiagaraMaxCompilePollTimePerFrame(
TEXT("fx.Niagara.MaxCompilePollTimePerFrame"),
GNiagaraMaxCompilePollTimePerFrame,
TEXT("When a lot of system compile tasks queue up, this is the max time per frame that is used to advance them."),
ECVF_Default
);
void INiagaraModule::OnUseGlobalFXBudgetChanged(IConsoleVariable* Variable)