fx.Niagara.UseGlobalFXBudget
fx.Niagara.UseGlobalFXBudget
#Overview
name: fx.Niagara.UseGlobalFXBudget
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true, Niagara will track performace data into the global FX budget and feed the global budget values into scalability. \n
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:102
Scope: file
Source code excerpt:
bool INiagaraModule::bUseGlobalFXBudget = true;
static FAutoConsoleVariableRef CVarUseGlobalFXBudget(
TEXT("fx.Niagara.UseGlobalFXBudget"),
INiagaraModule::bUseGlobalFXBudget,
TEXT("If true, Niagara will track performace data into the global FX budget and feed the global budget values into scalability. \n"),
FConsoleVariableDelegate::CreateStatic(&INiagaraModule::OnUseGlobalFXBudgetChanged),
ECVF_Default
);