unreal.MagicLeapPassableWorldError
¶
- class unreal.MagicLeapPassableWorldError¶
Bases:
unreal.EnumBase
List of possible error values for MagicLeapARPin functions.
C++ Source:
Plugin: MagicLeapPassableWorld
Module: MagicLeapARPin
File: MagicLeapARPinTypes.h
- INVALID_PARAM¶
Invalid function parameter.
- Type
5
- LOW_MAP_QUALITY¶
Map quality too low for content persistence. Continue building the map.
- Type
1
- NONE¶
No error.
- Type
0
- NOT_IMPLEMENTED¶
The MagicLeapARPin module or this particular function is not implemented in the current platform.
- Type
10
- PIN_NOT_FOUND¶
Pin ID not found in environment
- Type
11
- PRIVILEGE_DENIED¶
Privileges not met. Add ‘PcfRead’ privilege to app manifest and request it at runtime.
- Type
4
- PRIVILEGE_REQUEST_PENDING¶
Privilege has been requested but not yet granted by the user.
- Type
7
- SHARED_WORLD_NOT_ENABLED¶
User has not enabled shared world in settings.
- Type
9
- STARTUP_PENDING¶
The MagicLeapARPin module is waiting for the startup of other services.
- Type
8
- UNABLE_TO_LOCALIZE¶
Currently unable to localize into any map. Continue building the map.
- Type
2
- UNAVAILABLE¶
AR Pin is not available at this time.
- Type
3
- UNSPECIFIED_FAILURE¶
Unspecified error.
- Type
6