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 |
virtual float GetCurrentBurstRateOffset
(
float & DeltaTime,
int32 & Burst
)
Get the current burst rate offset (delta time is artificially increased to generate bursts)
float The time slice increase to use
Parameter |
Description |
---|---|
DeltaTime |
The time slice (In/Out) |
Burst |
The number of particles to burst (Output) |