UMagicLeapARPinFunctionLibrary::UnBindToOnMagicLeapARPinUpdatedDelegate

Unbind a dynamic delegate from the OnMagicLeapARPinUpdated event.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

/Engine/Plugins/Lumin/MagicLeapPassableWorld/Source/MagicLeapARPin/Public/MagicLeapARPinFunctionLibrary.h

Include

#include "MagicLeapARPinFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeapPassableWorld/Source/MagicLeapARPin/Private/MagicLeapARPinFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="ContentPersistence|MagicLeap")
static void UnBindToOnMagicLeapARPinUpdatedDelegate
(
    const FMagicLeapARPinUpdatedDelegate & Delegate
)

Remarks

Unbind a dynamic delegate from the OnMagicLeapARPinUpdated event.

Parameters

Parameter

Description

Delegate

Delegate to unbind

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