EParticleSystemUpdateMode

ParticleSystemUpdateMode Enumeration indicating the method by which the system should be updated

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleSystem.h"

Syntax

enum EParticleSystemUpdateMode
{
    EPSUM_RealTime,
    EPSUM_FixedTime,
}

Values

Name

Description

EPSUM_RealTime

RealTime - update via the delta time passed in

EPSUM_FixedTime

FixedTime - update via a fixed time step

Remarks

ParticleSystemUpdateMode Enumeration indicating the method by which the system should be updated

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