Skip to content

UEyelinkUserWidgetBase::BindEyelinkDelegates

Class: UEyelinkUserWidgetBase

Binds this widget's drawing functions to the provided Eyelink interface object.

Syntax

void UEyelinkUserWidgetBase::BindEyelinkDelegates(UEyelinkInterface *eyelink)

Parameters

Parameter Type Description
eyelink UEyelinkInterface * The EyelinkInterface to bind delegates on.

Blueprint

Blueprint: Callable from Blueprints

Remarks

After calling this, the Eyelink library's calls to draw things will be bound to the blueprint events implemented in this widget. eyelink The EyelinkInterface to bind delegates on. UFUNCTION