SpawnSoundAttached

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

UAudioCompon...

 

SpawnSoundAttached

(
    USoundBase* Sound,
    USceneComponent* AttachToCompo...,
    FName AttachPointName,
    FVector Location,
    EAttachLocation::Type LocationType,
    bool bStopWhenAttachedToDestroyed,
    float VolumeMultiplier,
    float PitchMultiplier,
    float StartTime,
    USoundAttenuation* Attenuation...,
    USoundConcurrency* Concurrency...,
    bool bAutoDestroy
)

Public function Static

UAudioCompon...

 

SpawnSoundAttached

(
    USoundBase* Sound,
    USceneComponent* AttachToCompo...,
    FName AttachPointName,
    FVector Location,
    FRotator Rotation,
    EAttachLocation::Type LocationType,
    bool bStopWhenAttachedToDestroyed,
    float VolumeMultiplier,
    float PitchMultiplier,
    float StartTime,
    USoundAttenuation* Attenuation...,
    USoundConcurrency* Concurrency...,
    bool bAutoDestroy
)

This function allows users to create and play Audio Components attached to a specific Scene Component.

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