unreal.GoogleARCoreFunctionStatus

class unreal.GoogleARCoreFunctionStatus

Bases: EnumBase

ingroup: GoogleARCoreBase Describes the status of most ARCore functions.

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

FATAL: GoogleARCoreFunctionStatus

Function failed due to Fatal error.

Type:

1

ILLEGAL_STATE: GoogleARCoreFunctionStatus

Function failed due to it is invoked at an illegal or inappropriate time.

Type:

7

INVALID_TYPE: GoogleARCoreFunctionStatus

Function failed due to the function augment has invalid type.

Type:

6

NOT_AVAILABLE: GoogleARCoreFunctionStatus

Function failed due to ARCore session hasn’t started or the requested resource isn’t available yet.

Type:

5

NOT_TRACKING: GoogleARCoreFunctionStatus

Function failed due to ARCore session isn’t in tracking state.

Type:

3

RESOURCE_EXHAUSTED: GoogleARCoreFunctionStatus

Function failed due to the requested resource is exhausted.

Type:

4

SESSION_PAUSED: GoogleARCoreFunctionStatus

Function failed due to the session isn’t running.

Type:

2

SUCCESS: GoogleARCoreFunctionStatus

Function returned successfully.

Type:

0

UNKNOWN: GoogleARCoreFunctionStatus

Function failed with unknown reason.

Type:

8