FApplicationRequestAudioState

Generally, events triggering UserMusicInterruptDelegate or AudioMuteDelegate happen only when a change occurs.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_NoParams< void > FApplicationRequestAudioState

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h

Include

#include "Misc/CoreDelegates.h"

Remarks

Generally, events triggering UserMusicInterruptDelegate or AudioMuteDelegate happen only when a change occurs. When a system comes online needing the current audio state but the event has already been broadcast, calling ApplicationRequestAudioState will force the UserMusicInterruptDelegate and AudioMuteDelegate to be called again if the low-level application layer supports it. Currently, this is available only on iOS.

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