FActiveSound::UpdateAttenuation

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

Windows
MacOS
Linux

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 UpdateAttenuation
(
    float DeltaTime,
    FSoundParseParameters & ParseParams,
    int32 ListenerIndex,
    const FSoundAttenuationSettings * SettingsAttenuationNode
)

Remarks

Updates 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