USteamVRInputDeviceFunctionLibrary::GetSteamVR_InputBindingInfo

Retrieves useful information about the SteamVR input bindings for an action.

Windows
MacOS
Linux

References

Module

SteamVRInputDevice

Header

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

Include

#include "SteamVRInputDeviceFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVRInputDevice/Private/SteamVRInputDeviceFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="SteamVR Input")
static TArray< FSteamVRInputBindingInfo > GetSteamVR_InputBindingInfo
(
    FSteamVRAction SteamVRActionHandle
)

Remarks

Retrieves useful information about the SteamVR input bindings for an action.

Returns

SteamVRInputBindingInfo - Array of binding info for an action with the currently active controller

Parameters

Parameter

Description

SteamVRActionHandle

The action handle of the action that binding info will be retrieved for the currently active controller. Use Find SteamVRAction node to get a handle

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