Skip to content

UEyelinkInterface::RetrieveRemoteDataFile

Class: UEyelinkInterface

Transfers the EDF data file from the Eyelink host computer to the local machine.

Syntax

bool UEyelinkInterface::RetrieveRemoteDataFile(const FString fileName)

Parameters

Parameter Type Description
fileName const FString Name of the EDF file to retrieve.

Return Value

true if the file was transferred successfully.

Blueprint

Blueprint: Callable from Blueprints

Remarks

The file is saved into the project's Saved directory. fileName Name of the EDF file to retrieve. true if the file was transferred successfully. UFUNCTION