FAudioDevice::OnListenerUpdated

This is overridden in [Audio::FMixerDevice](API\Runtime\AudioMixer\FMixerDevice) to propogate listener information to the audio thread.

Windows
MacOS
Linux

Override Hierarchy

FAudioDevice::OnListenerUpdated()

FMixerDevice::OnListenerUpdated()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDevice.h

Include

#include "AudioDevice.h"

Syntax

virtual void OnListenerUpdated
(
    const TArray< FListener > & InListeners
)

Remarks

This is overridden in Audio::FMixerDevice to propogate listener information to the audio thread.

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