Skip to content

UEyelinkInterface::SetEyelinkResolution

Class: UEyelinkInterface

Sends the display resolution to the Eyelink host computer so it can correctly map gaze coordinates to screen pixels.

Syntax

void UEyelinkInterface::SetEyelinkResolution(const FVector2D &resolution)

Parameters

Parameter Type Description
resolution const FVector2D & Display dimensions in pixels (width x height).

Blueprint

Blueprint: Callable from Blueprints

Remarks

resolution Display dimensions in pixels (width x height). UFUNCTION