USteamVRInputDeviceFunctionLibrary::FindSteamVR_ActionOrigin

Search and show the current binding of a provided action name and action set in the user's HMD

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

Remarks

Search and show the current binding of a provided action name and action set in the user's HMD

Parameters

Parameter

Description

SteamVRAction

The action that we will lookup the current binding for

SteamVRActionSet

The action set that the action belongs to. Defaults to "main"

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