IMagicLeapARPinFeature::AddContentBindingAsync

Save 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 AddContentBindingAsync
(
    const FGuid & PinId,
    const FString & ObjectId
)

Remarks

Save an ObjectID associated with a given PinID.

Parameters

Parameter

Description

PinId

ID of the ARPin to associate this object id to.

ObjectId

String name to associate with the given PinID. This id, while a string so that it can be a friendly name, should be unique among all objectids saved for this app.

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