EGoogleVRControllerAPIStatus

Windows
MacOS
Linux

References

Module

GoogleVRController

Header

/Engine/Plugins/Runtime/GoogleVR/GoogleVRController/Source/GoogleVRController/Classes/GoogleVRControllerFunctionLibrary.h

Include

#include "GoogleVRControllerFunctionLibrary.h"

Syntax

enum EGoogleVRControllerAPIStatus
{
    OK                 = 0,
    Unsupported        = 1,
    NotAuthorized      = 2,
    Unavailable        = 3,
    ServiceObsolete    = 4,
    ClientObsolete     = 5,
    Malfunction        = 6,
    Unknown            = 7,
}

Values

Name

Description

OK

API is happy and healthy.

Unsupported

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

NotAuthorized

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

Unavailable

The underlying VR service is not present.

ServiceObsolete

The underlying VR service is too old, needs upgrade.

ClientObsolete

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

Malfunction

The underlying VR service is malfunctioning. Try again later.

Unknown

This means GoogleVRController plugin is not support on the platform.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss