Skip to content

UEyelinkInterface::SendEyelinkCommand

Class: UEyelinkInterface

Sends a raw command string to the Eyelink host computer.

Syntax

void UEyelinkInterface::SendEyelinkCommand(const FString command) const

Parameters

Parameter Type Description
command const FString The command string to send (Eyelink command syntax).

Blueprint

Blueprint: Callable from Blueprints

Remarks

Does nothing if the device is not connected. command The command string to send (Eyelink command syntax). UFUNCTION