USteamVRInputDeviceFunctionLibrary::FindSteamVR_OriginTrackedDeviceInfo

Find and return information about the tracked device associated from the input source.

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_OriginTrackedDeviceInfo
(
    FName ActionName,
    bool & bResult,
    FSteamVRInputOriginInfo & InputOriginInfo,
    FName ActionSet
)

Remarks

Find and return information about the tracked device associated from the input source.

Returns

bool - whether the operation is successful or not

Parameters

Parameter

Description

SteamVRAction

The action that's the source of the input

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