unreal.GoogleARCoreFunctionStatus

class unreal.GoogleARCoreFunctionStatus

Bases: unreal.EnumBase

ingroup: GoogleARCoreBase Describes the status of most ARCore functions.

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

FATAL

Function failed due to Fatal error.

Type

1

ILLEGAL_STATE

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

Type

7

INVALID_TYPE

Function failed due to the function augment has invalid type.

Type

6

NOT_AVAILABLE

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

Type

5

NOT_TRACKING

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

Type

3

RESOURCE_EXHAUSTED

Function failed due to the requested resource is exhausted.

Type

4

SESSION_PAUSED

Function failed due to the session isn’t running.

Type

2

SUCCESS

Function returned successfully.

Type

0

UNKNOWN

Function failed with unknown reason.

Type

8