SpawnEmitterAtLocation

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

UParticleSys...

 

SpawnEmitterAtLocation

(
    UWorld* World,
    UParticleSystem* EmitterTempla...,
    const FTransform& SpawnTransform,
    bool bAutoDestroy,
    EPSCPoolMethod PoolingMethod,
    bool bAutoActivate
)

Plays the specified effect at the given location and rotation, fire and forget.

Public function Static

UParticleSys...

 

SpawnEmitterAtLocation

(
    const UObject* WorldContextObj...,
    UParticleSystem* EmitterTempla...,
    FVector Location,
    FRotator Rotation,
    bool bAutoDestroy,
    EPSCPoolMethod PoolingMethod,
    bool bAutoActivateSystem
)

Backwards compatible version of SpawnEmitterAttached for C++ without Scale.

Public function Static

UParticleSys...

 

SpawnEmitterAtLocation

(
    const UObject* WorldContextObj...,
    UParticleSystem* EmitterTempla...,
    FVector Location,
    FRotator Rotation,
    FVector Scale,
    bool bAutoDestroy,
    EPSCPoolMethod PoolingMethod,
    bool bAutoActivateSystem
)

Plays the specified effect at the given location and rotation, fire and forget.

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