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 |
Spawn/burst the given particles...
Parameter |
Description |
---|---|
DeltaTime |
The time slice to spawn over. |
InSpawnCount |
The number of particles to forcibly spawn. |
InBurstCount |
The number of particles to forcibly burst. |
InLocation |
The location to spawn at. |
InVelocity |
OPTIONAL velocity to have the particle inherit. |