UParticleModuleSpawnBase::GetBurstCount

Retrieve the burst count this module is contributing.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnBase.h

Include

#include "Particles/Spawn/ParticleModuleSpawnBase.h"

Syntax

virtual bool GetBurstCount
(
    FParticleEmitterInstance * Owner,
    int32 Offset,
    float OldLeftover,
    float DeltaTime,
    int32 & Number
)

Remarks

Retrieve the burst count this module is contributing.

that if multiple Spawn-specific modules are present, if any one of them ignores the default BurstList, it will be ignored.

Returns

bool false if the default BurstList should be ignored. true if the default BurstList should still be processed.

Parameters

Parameter

Description

Owner

The particle emitter instance that is spawning.

Offset

The offset into the particle payload for the module.

OldLeftover

The bit of timeslice left over from the previous frame.

DeltaTime

The time that has expired since the last frame.

Number

The number of particles to burst. (OUTPUT)

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