USteamVRInputDeviceFunctionLibrary::GetLeftHandPoseData

Retrieve the left hand pose information - position, orientation and velocities

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 GetLeftHandPoseData
(
    FVector & Position,
    FRotator & Orientation,
    FVector & AngularVelocity,
    FVector & Velocity
)

Remarks

Retrieve the left hand pose information - position, orientation and velocities

Returns

Velocity - The velocity of the hand this frame

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