FFXBudget

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/FXBudget.h

Include

#include "Particles/FXBudget.h"

Syntax

class FFXBudget

Functions

Name Description

Public function Static

bool

 

Enabled()

Public function Static

FFXTimeData

 

GetAdjustedUsage()

Returns the global FX time / budget ratio but adjusted in various ways better drive FX scaling.

Public function Static

FFXTimeData

 

GetBudget()

Returns the global FX budgets in ms.

Public function Static

FFXTimeData

 

GetTime()

Returns the global FX time in ms.

Public function Static

FFXTimeData

 

GetUsage()

Returns the global FX time / budget ratio.

Public function Static

float

 

GetWorstAdjustedUsage()

Returns the highest single adjusted usage value.

Public function Static

void

 

OnEnabledCVarChanged

(
    IConsoleVariable* CVar
)

Public function Static

void

 

Reset()

Public function Static

void

 

SetEnabled

(
    bool bInEnabled
)

Public function Static

void

 

SetWorstAdjustedUsage

(
    float NewAdjustedUsage
)

Constants