Develop
Develop
Select your platform

Get Tracking Confidence

Updated: Apr 17, 2026
Returns the overall tracking confidence for a specified hand. Use this node to determine whether hand tracking data is reliable enough to act on.

Blueprint

Get Tracking Confidence Blueprint node showing Device Hand and Controller Index inputs with a Tracking Confidence output

Arguments

  • Device Hand: Specifies which hand to query for tracking confidence. One of the EOculusXRHandType enum values:
    • None
    • Hand Left
    • Hand Right
  • Controller Index: Integer indicating the controller index. Defaults to 0.

Output

  • Return Value: EOculusXRTrackingConfidence enum value indicating the confidence level of hand tracking data for the specified hand:
    • Low: Hand tracking data may be unreliable.
    • High: Hand tracking data is reliable.
  • The companion function Get Finger Tracking Confidence returns per-finger tracking confidence using the same EOculusXRTrackingConfidence enum.
  • Hand Tracking provides an overview of all hand tracking Blueprint nodes.