unreal.MagicLeapContactsOperationStatus

class unreal.MagicLeapContactsOperationStatus

Bases: unreal.EnumBase

Result types for contacts operations.

C++ Source:

  • Plugin: MagicLeapContacts

  • Module: MagicLeapContacts

  • File: MagicLeapContactsTypes.h

DUPLICATE

MagicLeapContact with the details specified for an insert already exists.

Type

2

FAIL

Operation failed.

Type

1

NOT_FOUND

MagicLeapContact to be deleted/updated doesn’t exist.

Type

3

SUCCESS

Operation succeeded.

Type

0