Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
Include |
#include "ParticleHelper.h" |
enum EParticleSystemInsignificanceReaction
{
Auto,
Complete,
DisableTick,
DisableTickAndKill,
Num,
}
Name |
Description |
---|---|
Auto |
Looping systems will DisableTick. Non-looping systems will Complete. |
Complete |
The system will be considered complete and will auto destroy if desired etc. |
DisableTick |
The system will simply stop ticking. |
DisableTickAndKill |
As DisableTick but will also kill all particles. |
Num |
Determines what a particle system will do when all of it's emitters become insignificant.