Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCoreDelegates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include | #include "Misc/CoreDelegates.h" |
Syntax
static TMulticastDelegate < void> AudioMuteDelegate;
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.