Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FParticleEmitterInstance
Description
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.
| Name | KillParticlesForced |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h |
| Include Path | #include "ParticleEmitterInstances.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp |
virtual void KillParticlesForced
(
bool bFireEvents
)
Parameters
| Name | Remarks |
|---|---|
| bFireEvents | If true, fire events for the particles being killed. |