UMagicLeapAudioFunctionLibrary::SetOnAudioJackUnpluggedDelegate

Sets the delegate used to notify that an audio device has been unplugged from the audio jack.

Windows
MacOS
Linux

References

Module

MagicLeapAudio

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapAudio/Public/MagicLeapAudioFunctionLibrary.h

Include

#include "MagicLeapAudioFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapAudio/Private/MagicLeapAudioFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Audio Function Library | MagicLeap")
static bool SetOnAudioJackUnpluggedDelegate
(
    const FMagicLeapAudioJackUnpluggedDelegate & ResultDelegate
)

Remarks

Sets the delegate used to notify that an audio device has been unplugged from the audio jack.

Parameters

Parameter

Description

ResultDelegate

The delegate that will be notified when an audio device has been unplugged from the audio jack.

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