UOculusInputFunctionLibrary::GetBoneRotation

Get the rotation of a specific bone

Windows
MacOS
Linux

References

Module

OculusInput

Header

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusInput/Public/OculusInputFunctionLibrary.h

Include

#include "OculusInputFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/Oculus/OculusVR/Source/OculusInput/Private/OculusInputFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="OculusLibrary|HandTracking")
static FQuat GetBoneRotation
(
    const EOculusHandType DeviceHand,
    const EBone BoneId,
    const int32 ControllerIndex
)

Remarks

Get the rotation of a specific bone

Parameters

Parameter

Description

DeviceHand

(in) The hand to get the rotations from

BoneId

(in) The specific bone to get the rotation from

ControllerIndex

(in) Optional different controller index

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