FActiveSound::ParseAttenuation

Applies the active sound's attenuation settings to the input parse params using the given listener

Windows
MacOS
Linux

Deprecated

  • Use ParseAttenuation that passes a ListenerIndex instead

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ActiveSound.h

Include

#include "ActiveSound.h"

Source

/Engine/Source/Runtime/Engine/Private/ActiveSound.cpp

Syntax

void ParseAttenuation
(
    FSoundParseParameters & OutParseParams,
    const FListener & InListener,
    const FSoundAttenuationSettings & InAttenuationSettings
)

Remarks

Applies the active sound's attenuation settings to the input parse params using the given 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