IAppEventHandler::GetPrivilegeStatus

Returns the status of the specified privilege.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "AppEventHandler.h"

Source

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

Syntax

EPrivilegeState GetPrivilegeStatus
(
    EMagicLeapPrivilege PrivilegeID,
    bool bBlocking
)

Remarks

Returns the status of the specified privilege.

Parameters

Parameter

Description

PrivilegeID

The privilege id to be queried.

bBlocking

Flags whether or not to use the blocking query internally.

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