USteamVRInputDeviceFunctionLibrary::FindSteamVR_Action

Search for a valid action matching the 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 void FindSteamVR_Action
(
    FName ActionName,
    bool & bResult,
    FSteamVRAction & FoundAction,
    FSteamVRActionSet & FoundActionSet,
    FName ActionSet
)

Remarks

Search for a valid action matching the given action name and action set

Returns

FoundActionSet - The action set if found

Parameters

Parameter

Description

ActionName

The name of the action to look for (e.g. TeleportLeft)

ActionSet

The name of the action set that the action belongs to (e.g. main). Default is "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