ENiagaraScalabilityUpdateFrequency

Controls how often should we update scalability states for these effects.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEffectType.h

Include

#include "NiagaraEffectType.h"

Syntax

enum ENiagaraScalabilityUpdateFrequency
{
    SpawnOnly,
    Low,
    Medium,
    High,
    Continuous,
}

Values

Name

Description

SpawnOnly

Scalability will be checked only on spawn.

Low

Scalability will be checked infrequently.

Medium

Scalability will be occasionally.

High

Scalability will be checked regularly.

Continuous

Scalability will be checked every frame.

Remarks

Controls how often should we update scalability states for these effects.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss