EGoogleVRControllerBatteryLevel

Represents the controller battery level.

Windows
MacOS
Linux

References

Module

GoogleVRController

Header

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

Include

#include "GoogleVRControllerFunctionLibrary.h"

Syntax

enum EGoogleVRControllerBatteryLevel
{
    Unknown        = 0,
    CriticalLow    = 1,
    Low            = 2,
    Medium         = 3,
    AlmostFull     = 4,
    Full           = 5,
}

Values

Name

Description

Unknown

CriticalLow

Low

Medium

AlmostFull

Full

Remarks

Represents the controller battery level.

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