FParticleBeam2EmitterInstance::SpawnBeamParticles

Spawn particles for this instance

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/ParticleBeam2EmitterInstance.cpp

Syntax

float SpawnBeamParticles
(
    float OldLeftover,
    float Rate,
    float DeltaTime,
    int32 Burst,
    float BurstTime
)

Remarks

Spawn particles for this instance

Returns

float The leftover fraction of spawning

Parameters

Parameter

Description

OldLeftover

The leftover time from the last spawn

Rate

The rate at which particles should be spawned

DeltaTime

The time slice to spawn over

Burst

The number of burst particle

BurstTime

The burst time addition (faked time slice)

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