Skip to content

UEyelinkInterface::SendEyelinkMessage

Class: UEyelinkInterface

Writes a timestamped message into the active EDF data file.

Syntax

void UEyelinkInterface::SendEyelinkMessage(const FString message) const

Parameters

Parameter Type Description
message const FString The message string to embed in the data file.

Blueprint

Blueprint: Callable from Blueprints

Remarks

Does nothing if the device is not connected. message The message string to embed in the data file. UFUNCTION