Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Emitter.h |
Include |
#include "Particles/Emitter.h" |
Fires when a particle dies
Parameter |
Description |
---|---|
EventName |
Custom event name for the Collision Event. |
EmitterTime |
The emitter time when the event occured. |
ParticleTime |
How long the particle had been alive at the time of the event. |
Location |
Location of the collision. |
Velocity |
Velocity of the particle at the point of collision. |
Direction |
Direction of the particle at the point of collision. |
Normal |
Normal to the surface with which collision occurred. |
BoneName- |
Name of the bone that the particle collided with. (Only valid if collision was with a Skeletal Mesh) |
PhysMat |
Physical Material for this collision. |