unreal.GoogleVRControllerAPIStatus

class unreal.GoogleVRControllerAPIStatus

Bases: unreal.EnumBase

EGoogle VRController APIStatus

C++ Source:

  • Plugin: GoogleVRController

  • Module: GoogleVRController

  • File: GoogleVRControllerFunctionLibrary.h

CLIENT_OBSOLETE

The underlying VR service is too new, is incompatible with current client.

Type

5

MALFUNCTION

The underlying VR service is malfunctioning. Try again later.

Type

6

NOT_AUTHORIZED

This app was not authorized to use the service (e.g., missing permissions, the app is blacklisted by the underlying service, etc).

Type

2

OK

API is happy and healthy. This doesn’t mean the controller itself is connected, it just means that the underlying service is working properly.

Type

0

SERVICE_OBSOLETE

The underlying VR service is too old, needs upgrade.

Type

4

UNAVAILABLE

The underlying VR service is not present.

Type

3

UNKNOWN

This means GoogleVRController plugin is not support on the platform.

Type

7

UNSUPPORTED

API failed because this device does not support controllers (API is too low, or other required feature not present).

Type

1