Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h |
Include |
#include "Particles/ParticleSystem.h" |
enum EParticleSystemUpdateMode
{
EPSUM_RealTime,
EPSUM_FixedTime,
}
Name |
Description |
---|---|
EPSUM_RealTime |
RealTime - update via the delta time passed in |
EPSUM_FixedTime |
FixedTime - update via a fixed time step |
ParticleSystemUpdateMode Enumeration indicating the method by which the system should be updated