UEyelinkUserWidgetBase::DrawCalibrationTarget¶
Class: UEyelinkUserWidgetBase
Blueprint event called by Eyelink to draw a calibration target at the given position.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
x |
int |
Horizontal screen position in pixels. |
y |
int |
Vertical screen position in pixels. |
Blueprint¶
Blueprint: Implementable Event — override in Blueprints
Remarks¶
Implement in Blueprint to render a fixation dot or crosshair at (x, y). x Horizontal screen position in pixels. y Vertical screen position in pixels. UFUNCTION