Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles
Inheritance Hierarchy
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include |
#include "Particles/ParticleSystemComponent.h" |
Syntax
struct FParticleExistingData : public FParticleEventData
Particle event data for particles that already existed at the time of the event
Variables
| |
Type |
Name |
Description |
 |
FVector |
Direction |
The direction of the particle at the time of the event. |
 |
float |
ParticleTime |
How long the particle had been alive at the time of the event. |
Constructors
| |
Type |
Name |
Description |
 |
|
|
|