EMagicLeapPassableWorldError

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

MagicLeapARPin

Header

/Engine/Plugins/Lumin/MagicLeapPassableWorld/Source/MagicLeapARPin/Public/MagicLeapARPinTypes.h

Include

#include "MagicLeapARPinTypes.h"

Syntax

enum EMagicLeapPassableWorldError
{
    None,
    LowMapQuality,
    UnableToLocalize,
    Unavailable,
    PrivilegeDenied,
    InvalidParam,
    UnspecifiedFailure,
    PrivilegeRequestPending,
    StartupPending,
    SharedWorldNotEnabled,
    NotImplemented,
    PinNotFound,
}

Values

Name

Description

None

No error.

LowMapQuality

Map quality too low for content persistence. Continue building the map.

UnableToLocalize

Currently unable to localize into any map. Continue building the map.

Unavailable

AR Pin is not available at this time.

PrivilegeDenied

Privileges not met. Add 'PcfRead' privilege to app manifest and request it at runtime.

InvalidParam

Invalid function parameter.

UnspecifiedFailure

Unspecified error.

PrivilegeRequestPending

Privilege has been requested but not yet granted by the user.

StartupPending

The MagicLeapARPin module is waiting for the startup of other services.

SharedWorldNotEnabled

User has not enabled shared world in settings.

NotImplemented

The MagicLeapARPin module or this particular function is not implemented in the current platform.

PinNotFound

Pin ID not found in environment

Remarks

List of possible error values for MagicLeapARPin functions.

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