ESteamVRInputStringBits

Input String Values for querying user hardware

Windows
MacOS
Linux

References

Module

SteamVRInputDevice

Header

/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRInputDevice/Public/SteamVRInputDeviceFunctionLibrary.h

Include

#include "SteamVRInputDeviceFunctionLibrary.h"

Syntax

enum ESteamVRInputStringBits
{
    VR_InputString_Hand,
    VR_InputString_ControllerType,
    VR_InputString_InputSource,
    VR_InputString_All,
}

Values

Name

Description

VR_InputString_Hand

Which hand the origin is in (e.g. "Left Hand")

VR_InputString_ControllerType

What kind of controller the user has in that hand (e.g. "Index Controller")

VR_InputString_InputSource

What part of that controller is the origin (e.g. "Trackpad")

VR_InputString_All

All of the above. (e.g. "Left Hand Index Controller Trackpad")

Remarks

Input String Values for querying user hardware

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