Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
Include |
#include "Particles/ParticleSystemComponent.h" |
enum ParticleReplayState
{
PRS_Disabled,
PRS_Capturing,
PRS_Replaying,
PRS_MAX,
}
Name |
Description |
---|---|
PRS_Disabled |
Replay system is disabled. Particles are simulated and rendered normally. |
PRS_Capturing |
Capture all particle data to the clip specified by ReplayClipIDNumber. |
PRS_Replaying |
Replay captured particle state from the clip specified by ReplayClipIDNumber. |
PRS_MAX |
Particle system replay state