Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FParticleEmitterInstance
References
| Module | Engine |
| 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
&40;
float DeltaTime,
UParticleLODLevel &42; CurrentLODLevel,
bool bSuppressSpawning,
bool bFirstTime
&41;
Remarks
Tick sub-function that handles spawning of particles float The SpawnFraction remaining
Parameters
| Name | 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 |