UParticleModuleLocationWorldOffset::SpawnEx

Extended version of spawn, allows for using a random stream for distribution value retrieval

Windows
MacOS
Linux

Override Hierarchy

UParticleModuleLocation::SpawnEx()

UParticleModuleLocationWorldOffset::SpawnEx()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationWorldOffset.h

Include

#include "Particles/Location/ParticleModuleLocationWorldOffset.h"

Source

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

Syntax

virtual void SpawnEx
(
    FParticleEmitterInstance * Owner,
    int32 Offset,
    float SpawnTime,
    struct FRandomStream * InRandomStream,
    FBaseParticle * ParticleBase
)

Remarks

Extended version of spawn, allows for using a random stream for distribution value retrieval

Parameters

Parameter

Description

Owner

The particle emitter instance that is spawning

Offset

The offset to the modules payload data

SpawnTime

The time of the spawn

InRandomStream

The random stream to use for retrieving random values

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