USteamVRInputDeviceFunctionLibrary::GetSteamVR_OriginTrackedDeviceInfo

Returns 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 bool GetSteamVR_OriginTrackedDeviceInfo
(
    FSteamVRAction SteamVRAction,
    FSteamVRInputOriginInfo & InputOriginInfo
)

Remarks

Returns 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