Skip to content

AEyelinkGameModeBase::EyelinkSendCommand

Class: AEyelinkGameModeBase

Sends a raw command string to the Eyelink host and returns its response.

Syntax

FString AEyelinkGameModeBase::EyelinkSendCommand(FString command)

Parameters

Parameter Type Description
command FString The Eyelink command to send.

Return Value

The response string from the Eyelink host, or an error description if unavailable.

Blueprint

Blueprint: Callable from Blueprints

Remarks

Logs both the command and the response via LogEyelink. command The Eyelink command to send. The response string from the Eyelink host, or an error description if unavailable. UFUNCTION