AEyelinkGameModeBase::EyelinkSendCommand¶
Class: AEyelinkGameModeBase
Sends a raw command string to the Eyelink host and returns its response.
Syntax¶
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