Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/FXBudget.h |
| Include | #include "Particles/FXBudget.h" |
Syntax
class FFXBudget
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Enabled () |
||
| FFXTimeData | Returns the global FX time / budget ratio but adjusted in various ways better drive FX scaling. | ||
| FFXTimeData | GetBudget () |
Returns the global FX budgets in ms. | |
| FFXTimeData | GetTime () |
Returns the global FX time in ms. | |
| FFXTimeData | GetUsage () |
Returns the global FX time / budget ratio. | |
| float | Returns the highest single adjusted usage value. | ||
| void | OnEnabledCVarChanged
(
IConsoleVariable* CVar |
||
| void | Reset () |
||
| void | SetEnabled
(
bool bInEnabled |
||
| void | SetWorstAdjustedUsage
(
float NewAdjustedUsage |
Constants
| Name | Description |
|---|---|
| AdjustedUsage | |
| bEnabled | |
| StatsListener | |
| WorstAdjustedUsage |