Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleEmitter.h |
| Include | #include "Particles/ParticleEmitter.h" |
Syntax
USTRUCT ()
struct FParticleBurst
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Count | The number of particles to burst | |
| int32 | CountLow | If >= 0, use as a range [CountLow..Count] | |
| float | Time | The time at which to burst them (0..1: emitter lifetime) |
Constructors
| Type | Name | Description | |
|---|---|---|---|