UMagicLeapIdentity::RequestAttributeValueAsync

Asynchronous call to get the values for the attributes of the user's Magic Leap profile.

Windows
MacOS
Linux

References

Module

MagicLeapIdentity

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapIdentity/Public/MagicLeapIdentity.h

Include

#include "MagicLeapIdentity.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapIdentity/Private/MagicLeapIdentity.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Identity|MagicLeap")
EMagicLeapIdentityError RequestAttributeValueAsync
(
    const TArray< EMagicLeapIdentityKey > & RequestedAttributeList,
    const FRequestIdentityAttributeValueDelegate & ResultDelegate
)

Remarks

Asynchronous call to get the values for the attributes of the user's Magic Leap profile.

Returns

Error code when getting the attribute values.

Parameters

Parameter

Description

RequestedAttributeList

List of attributes to request the value for.

ResultDelegate

Callback which reports the list of attributes and their values.

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