USteamVRInputDeviceFunctionLibrary::FindSteamVR_InputBindingInfo

Retrieves useful information about the SteamVR input bindings with a given action name and action set.

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 > FindSteamVR_InputBindingInfo
(
    FName ActionName,
    FName ActionSet
)

Remarks

Retrieves useful information about the SteamVR input bindings with a given action name and action set.

Returns

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

Parameters

Parameter

Description

ActionName

The name of the action that binding info will be retrieved for the currently active controller

ActionSet

The name of the action set that the action belongs in

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