USteamVRInputDeviceFunctionLibrary::ShowSteamVR_ActionOrigin

Show the current binding of a given action 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 void ShowSteamVR_ActionOrigin
(
    FSteamVRAction SteamVRAction,
    FSteamVRActionSet SteamVRActionSet
)

Remarks

Show the current binding of a given action 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

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