UOculusInputFunctionLibrary::GetPointerPose

Get the pointer pose

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 FTransform GetPointerPose
(
    const EOculusHandType DeviceHand,
    const int32 ControllerIndex
)

Remarks

Get the pointer pose

Parameters

Parameter

Description

DeviceHand

(in) The hand to get the pointer pose 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