LocationIsAudible

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

LocationIsAudible

(
    const FVector& Location,
    const float MaxDistance
)

Checks to see if a coordinate is within a distance of any listener

Public function Const

bool

 

LocationIsAudible

(
    const FVector& Location,
    const FTransform& ListenerTransfor...,
    const float MaxDistance
)

Use LocationIsAudible that passes a ListenerIndex to check against a specific Listener

Public function Const

bool

 

LocationIsAudible

(
    const FVector& Location,
    int32 ListenerIndex,
    const float MaxDistance
)

Checks to see if a coordinate is within a distance of a specific listener

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