Navigation
API > API/Runtime > API/Runtime/EyeTracker
| |
|
| Name |
EEyeTrackerStatus |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/EyeTracker/Public/EyeTrackerTypes.h |
| Include Path |
#include "EyeTrackerTypes.h" |
Syntax
enum EEyeTrackerStatus
{
NotConnected,
NotTracking,
Tracking,
}
Values
| Name |
Remarks |
| NotConnected |
Eyetracking feature is not available (device not plugged in, etc) |
| NotTracking |
Eyetracking is operating, but eyes are not being tracked |
| Tracking |
Eyetracking is operating and eyes are being tracked |