FParticleEmitterInstance::GetCurrentBurstRateOffset

Get the current burst rate offset (delta time is artificially increased to generate bursts)

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 GetCurrentBurstRateOffset
(
    float & DeltaTime,
    int32 & Burst
)

Remarks

Get the current burst rate offset (delta time is artificially increased to generate bursts)

Returns

float The time slice increase to use

Parameters

Parameter

Description

DeltaTime

The time slice (In/Out)

Burst

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