Skip to content

UEyelinkInterface::CloseEyelinkDataFile

Class: UEyelinkInterface

Closes the currently open EDF data file on the Eyelink host computer.

Syntax

bool UEyelinkInterface::CloseEyelinkDataFile(const FString fileName)

Parameters

Parameter Type Description
fileName const FString Name of the EDF file to close (for logging/verification purposes).

Return Value

true if the file was closed successfully.

Blueprint

Blueprint: Callable from Blueprints

Remarks

Eyelink will close the current file regardless of the name here. fileName Name of the EDF file to close (for logging/verification purposes). true if the file was closed successfully. UFUNCTION