IMagicLeapPrivilegesModule

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IMagicLeapPrivilegesModule

References

Module

MagicLeapPrivileges

Header

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

Include

#include "IMagicLeapPrivilegesModule.h"

Syntax

class IMagicLeapPrivilegesModule : public IModuleInterface

Remarks

The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.

Functions

Name Description

Public function Static

IMagicLeapPr...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function

bool

 

RequestPrivilegeAsync

(
    EMagicLeapPrivilege Privilege,
    const FMagicLeapPrivilegeRequestSta...
)

Requests the given privilege asynchronously.

Public function

bool

 

RequestPrivilegeAsync

(
    EMagicLeapPrivilege Privilege,
    const FMagicLeapPrivilegeRequestDel...
)

Requests the given 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