OpenXR Eye Tracking - Gaze data returns zero

When getting the gaze data from the OpenXR Eye Tracking plugin it always returns 0 for GazeOrgin and GazeDirection.

Here is my project setup:

  • My project is derived from the collab viewer template.
  • The OpenXR and OpenXR Eye Tracking plugin enabled. (I dont want to use metaXR)
  • Enabled DeveloperRuntimeFeatures and EyeTrackingOverMetaQuestLink in the meta quest link app on my PC.
  • Enabled eye tracking on my quest pro and validated that it works with the “Test Eye tracking” feature.
  • See my code setup in the image. (Code is located in the BP_DefaultPawn blueprint)

When I run the project the gaze data always returns 0 for GazeOrgin and GazeDirection. The IsEyeTrackerConnected node returns true.

If anyone have experienced the same issue, did you manage to solve it? And then how?
Thanks :slight_smile: