FUserMusicInterruptDelegate

Called when the OS needs control of the music (parameter is true) or when the OS returns control of the music to the application (parameter is false).

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_OneParam< void, bool > FUserMusicInterruptDelegate

References

Module

Core

Header

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

Include

#include "Misc/CoreDelegates.h"

Remarks

Called when the OS needs control of the music (parameter is true) or when the OS returns control of the music to the application (parameter is false). This can happen due to a phone call or timer or other OS-level event. This is currently triggered only on iOS devices.

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