UEyeTrackerFunctionLibrary::IsStereoGazeDataAvailable

Returns whether or not the eye-tracking hardware is connected and ready to use.

Windows
MacOS
Linux

References

Module

EyeTracker

Header

/Engine/Source/Runtime/EyeTracker/Public/EyeTrackerFunctionLibrary.h

Include

#include "EyeTrackerFunctionLibrary.h"

Source

/Engine/Source/Runtime/EyeTracker/Private/EyeTrackerFunctionLibrary.cpp

Syntax

static bool IsStereoGazeDataAvailable()

Remarks

Returns whether or not the eye-tracking hardware is connected and ready to use. It may or may not actually be in use.

Returns

true if the connected eye tracker supports per-eye gaze data, false otherwise

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