FEyeTrackerStereoGazeData

Stereo gaze data that contains information for each eye individually.

Windows
MacOS
Linux

References

Module

EyeTracker

Header

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

Include

#include "EyeTrackerTypes.h"

Syntax

struct FEyeTrackerStereoGazeData

Remarks

Stereo gaze data that contains information for each eye individually. This may not be available with all devices.

Variables

Name Description

Public variable

float

 

ConfidenceValue

Value [0..1] that represents confidence in the gaze ray data above.

Public variable

FVector

 

FixationPoint

Location that the eyes converge. This is the 3d point where the tracked viewer is looking.

Public variable

FVector

 

LeftEyeDirection

Forward direction of the left eye's gaze ray.

Public variable

FVector

 

LeftEyeOrigin

Origin of the left eye's gaze ray.

Public variable

FVector

 

RightEyeDirection

Forward direction of the right eye's gaze ray.

Public variable

FVector

 

RightEyeOrigin

Origin of the right eye's gaze ray.

Constructors

Name Description

Public function

FEyeTrackerStereoGazeData()

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