UEyelinkInterface::ValidateEyelinkFileName¶
Class: UEyelinkInterface
Validates that a filename conforms to Eyelink EDF naming rules.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
name |
const FString |
The candidate filename to validate. |
Return Value¶
true if the filename is valid for use with the Eyelink host.
Blueprint¶
Blueprint: Callable from Blueprints
Remarks¶
EDF filenames must start with an alphanumeric character, contain only alphanumeric characters or underscores, be at most 8 characters before the extension, and end with ".edf". name The candidate filename to validate. true if the filename is valid for use with the Eyelink host. UFUNCTION