unreal.MagicLeapARPinType

class unreal.MagicLeapARPinType

Bases: unreal.EnumBase

EMagic Leap ARPin Type

C++ Source:

  • Plugin: MagicLeapPassableWorld

  • Module: MagicLeapARPin

  • File: MagicLeapARPinTypes.h

MULTI_USER_MULTI_SESSION

Pin is available across multiple users and headpose sessions. and can be shared with other users in the same physical environment and will persist across device reboots.

Type

2

SINGLE_USER_MULTI_SESSION

Pin is available across multiple headpose sessions and is local to the device. It cannot be shared with other users but will persist across device reboots.

Type

1

SINGLE_USER_SINGLE_SESSION

Pin is available only in the current headpose session and is local to the device. It cannot be shared with other users and will not persist across device reboots. It can later be promoted to a SingleUserMultiSession type.

Type

0