Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h |
Include |
#include "ParticleEmitterInstances.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp |
Force kill all particles in the emitter.
This is used to force "kill" particles irrespective of their duration. Basically, this takes all particles and moves them to the 'end' of the particle list so we can insta kill off trailed particles in the level.
Parameter |
Description |
---|---|
bFireEvents |
If true, fire events for the particles being killed. |