FAudioMuteDelegate

[iOS only] Called when the mute switch is detected as changed or when the volume changes.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_TwoParams< void, bool, int > FAudioMuteDelegate

References

Module

Core

Header

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

Include

#include "Misc/CoreDelegates.h"

Remarks

[iOS only] Called when the mute switch is detected as changed or when the volume changes. Parameter 1 is the mute switch state (true is muted, false is unmuted). Parameter 2 is the volume as an integer from 0 to 100.

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