IAudioPluginListener::OnListenerUpdated

Called when the listener is updated on the given audio device.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h

Include

#include "IAudioExtensionPlugin.h"

Syntax

virtual void OnListenerUpdated
(
    FAudioDevice * AudioDevice,
    const int32 ViewportIndex,
    const FTransform & ListenerTransform,
    const float InDeltaSeconds
)

Remarks

Called when the listener is updated on the given audio device.

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