UEyeTrackerFunctionLibrary::IsEyeTrackerConnected

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 IsEyeTrackerConnected()

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

(Boolean) true if eye tracker is connected and ready to use, 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