Navigation
API > API/Runtime > API/Runtime/Engine
ParticleSystemUpdateMode Enumeration indicating the method by which the system should be updated
| Name | EParticleSystemUpdateMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h |
| Include Path | #include "Particles/ParticleSystem.h" |
Syntax
enum EParticleSystemUpdateMode
{
EPSUM_RealTime,
EPSUM_FixedTime,
}
Values
| Name | Remarks |
|---|---|
| EPSUM_RealTime | RealTime - update via the delta time passed in |
| EPSUM_FixedTime | FixedTime - update via a fixed time step |