Unreal Engine Blueprint API Reference > File Utils
Checks if a file exists
Target is Blueprint File Utils BPLibrary
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
string | Filename | The filename to check |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | true if Filename exists, false otherwise |