EParticleSystemUpdateMode

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

Choose your operating system:

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