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 Tick_SpawnParticles
(
float DeltaTime,
UParticleLODLevel * CurrentLODLevel,
bool bSuppressSpawning,
bool bFirstTime
)
Tick sub-function that handles spawning of particles
float The SpawnFraction remaining
Parameter |
Description |
---|---|
DeltaTime |
The current time slice |
CurrentLODLevel |
The current LOD level for the instance |
bSuppressSpawning |
true if spawning has been suppressed on the owning particle system component |
bFirstTime |
true if this is the first time the instance has been ticked |