fx.Niagara.Scalability.GlobalBudgetCulling
fx.Niagara.Scalability.GlobalBudgetCulling
#Overview
name: fx.Niagara.Scalability.GlobalBudgetCulling
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When non-zero, high level scalability culling based on global time budget is enabled.
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:139
Scope: file
Source code excerpt:
static int GEnableNiagaraGlobalBudgetCulling = 1;
static FAutoConsoleVariableRef CVarEnableNiagaraGlobalBudgetCulling(
TEXT("fx.Niagara.Scalability.GlobalBudgetCulling"),
GEnableNiagaraGlobalBudgetCulling,
TEXT("When non-zero, high level scalability culling based on global time budget is enabled."),
ECVF_Default
);
float GWorldLoopTime = 0.0f;