UMagicLeapIdentity::GetAllAvailableAttributesAsync

Asynchronous call to get the attributes available for 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")
void GetAllAvailableAttributesAsync
(
    const FAvailableIdentityAttributesDelegate & ResultDelegate
)

Remarks

Asynchronous call to get the attributes available for the user's Magic Leap profile. Note that this does not request the values for these attribtues.

Returns

Error code when getting the list of available attributes.

Parameters

Parameter

Description

ResultDelegate

Callback which reports the list of available attributes.

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