EEyeTrackerStatus

Windows
MacOS
Linux

References

Module

EyeTracker

Header

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

Include

#include "EyeTrackerTypes.h"

Syntax

enum EEyeTrackerStatus
{
    NotConnected,
    NotTracking,
    Tracking,
}

Values

Name

Description

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

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