UMagicLeapPrivilegesFunctionLibrary

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UBlueprintFunctionLibrary

UMagicLeapPrivilegesFunctionLibrary

References

Module

MagicLeapPrivileges

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapPrivileges/Public/MagicLeapPrivilegesFunctionLibrary.h

Include

#include "MagicLeapPrivilegesFunctionLibrary.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(ClassGroup=MagicLeap)
class UMagicLeapPrivilegesFunctionLibrary : public UBlueprintFunctionLibrary

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category

bool

 

CheckPrivilege

(
    EMagicLeapPrivilege Privilege
)

Check whether the application has the specified privilege.

Public function Static UFunction BlueprintCallable, Category

bool

 

RequestPrivilege

(
    EMagicLeapPrivilege Privilege
)

Request the specified privilege.

Public function Static UFunction BlueprintCallable, Category

bool

 

RequestPrivilegeAsync

(
    EMagicLeapPrivilege Privilege,
    const FMagicLeapPrivilegeRequestDel...
)

Request the specified privilege asynchronously.

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