IMagicLeapARPinFeature::RemoveContentBindingAsync

Remove an ObjectID associated with a given PinID.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

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

Include

#include "IMagicLeapARPinFeature.h"

Source

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

Syntax

void RemoveContentBindingAsync
(
    const FGuid & PinId,
    const FString & ObjectId
)

Remarks

Remove an ObjectID associated with a given PinID.

Parameters

Parameter

Description

PinId

ID of the ARPin associated with this object id.

ObjectId

String name associated with the given PinID

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