unreal.MagicLeapConnectionsResult

class unreal.MagicLeapConnectionsResult

Bases: unreal.EnumBase

EMagic Leap Connections Result

C++ Source:

  • Plugin: MagicLeapConnections

  • Module: MagicLeapConnections

  • File: MagicLeapConnectionsTypes.h

ALREADY_REGISTERED

see MLConnectionsRegisterForInvite failed because the application is already registered to handle invite requests.

Type

5

CANCELLATION_PENDING

Indicates invite request has been found and the system is attempting to cancel the process.

Type

2

ILLEGAL_STATE

Request failed due to system being in an illegal state, e.g. user has not successfully logged-in.

Type

3

INVALID_HANDLE

This MLHandle is not recognized.

Type

0

INVALID_INVITEE_COUNT

Indicates number of invitees is invalid.

Type

1

NETWORK_FAILURE

see MLConnectionsRegisterForInvite failed because the system had an error with network connectivity, or the servers could not be reached.

Type

4