UEyeTrackerFunctionLibrary::GetGazeData

Returns unfied gaze data from the eye tracker.

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 GetGazeData
(
    FEyeTrackerGazeData & OutGazeData
)

Remarks

Returns unfied gaze data from the eye tracker. This is a single gaze ray, representing the fusion of both eyes.

Returns

True if the returned gaze data is valid, false otherwise. A false return is likely to be common (e.g. the when user blinks).

Parameters

Parameter

Description

PlayerController

The player for whom we are tracking. Null can be ok for some devices, but this may be necessary for others to determine viewport properties, etc.

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