UMagicLeapIdentity::GetAllAvailableAttributes

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")
EMagicLeapIdentityError GetAllAvailableAttributes
(
    TArray< EMagicLeapIdentityKey > & AvailableAttributes
)

Remarks

Get the attributes available for the user's Magic Leap profile. Note that this does not request the values for these attribtues. This function makes a blocking call to the cloud. You can alternatively use GetAllAvailableAttributesAsync() to request the attributes asynchronously.

Returns

Error code when getting the list of available attributes.

Parameters

Parameter

Description

AvailableAttributes

Output parameter populated with the list of attributes available for the user's Magic Leap profile.

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