FParticleEmitterInstance::Tick_SpawnParticles

Tick sub-function that handles spawning of particles

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h

Include

#include "ParticleEmitterInstances.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp

Syntax

virtual float Tick_SpawnParticles
(
    float DeltaTime,
    UParticleLODLevel * CurrentLODLevel,
    bool bSuppressSpawning,
    bool bFirstTime
)

Remarks

Tick sub-function that handles spawning of particles

Returns

float The SpawnFraction remaining

Parameters

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss