Navigation
API > API/Runtime > API/Runtime/EyeTracker > API/Runtime/EyeTracker/UEyeTrackerFunctionLibrary
Description
Returns whether or not the eye-tracking hardware is connected and ready to use. It may or may not actually be in use.
| Name | IsEyeTrackerConnected |
| Type | function |
| Header File | /Engine/Source/Runtime/EyeTracker/Public/EyeTrackerFunctionLibrary.h |
| Include Path | #include "EyeTrackerFunctionLibrary.h" |
| Source | /Engine/Source/Runtime/EyeTracker/Private/EyeTrackerFunctionLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Eye Tracking")
static bool IsEyeTrackerConnected()
(Boolean) true if eye tracker is connected and ready to use, false otherwise