UOculusInputFunctionLibrary::GetTrackingConfidence

Get the tracking confidence of the hand

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

Remarks

Get the tracking confidence of the hand

Parameters

Parameter

Description

DeviceHand

(in) The hand to get tracking confidence of

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