fx.Budget.Enabled
fx.Budget.Enabled
#Overview
name: fx.Budget.Enabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Controls whether we track global FX budgets.
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/Source/Runtime/Engine/Private/Particles/FXBudget.cpp:94
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarFXBudget_Enabled(
TEXT("fx.Budget.Enabled"),
FFXBudget::bEnabled,
TEXT("Controls whether we track global FX budgets."),
FConsoleVariableDelegate::CreateStatic(FFXBudget::OnEnabledCVarChanged),
ECVF_Default
);