EMagicLeapPrivilege

Privileges an app can request for from the system.

Windows
MacOS
Linux

References

Module

MagicLeapPrivileges

Header

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

Include

#include "MagicLeapPrivilegeTypes.h"

Syntax

enum EMagicLeapPrivilege
{
    Invalid,
    BatteryInfo,
    CameraCapture,
    ComputerVision,
    WorldReconstruction,
    InAppPurchase,
    AudioCaptureMic,
    DrmCertificates,
    Occlusion,
    LowLatencyLightwear,
    Internet,
    IdentityRead,
    BackgroundDownload,
    BackgroundUpload,
    MediaDrm,
    Media,
    MediaMetadata,
    PowerInfo,
    LocalAreaNetwork,
    VoiceInput,
    Documents,
    ConnectBackgroundMusicService,
    RegisterBackgroundMusicService,
    PcfRead,
    PwFoundObjRead                    = EMagicLeapPrivilege::PcfRead,
    NormalNotificationsUsage,
    MusicService,
    ControllerPose,
    GesturesSubscribe,
    GesturesConfig,
    AddressBookRead,
    AddressBookWrite,
    AddressBookBasicAccess,
    CoarseLocation,
    FineLocation,
    HandMesh,
    WifiStatusRead,
    SocialConnectionsInvitesAccess,
    SecureBrowserWindow,
}

Values

Name

Description

Invalid

BatteryInfo

CameraCapture

ComputerVision

WorldReconstruction

InAppPurchase

AudioCaptureMic

DrmCertificates

Occlusion

LowLatencyLightwear

Internet

IdentityRead

BackgroundDownload

BackgroundUpload

MediaDrm

Media

MediaMetadata

PowerInfo

LocalAreaNetwork

VoiceInput

Documents

ConnectBackgroundMusicService

RegisterBackgroundMusicService

PcfRead

PwFoundObjRead

NormalNotificationsUsage

MusicService

ControllerPose

GesturesSubscribe

GesturesConfig

AddressBookRead

AddressBookWrite

AddressBookBasicAccess

CoarseLocation

FineLocation

HandMesh

WifiStatusRead

SocialConnectionsInvitesAccess

SecureBrowserWindow

Remarks

Privileges an app can request for from the system.

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