Find Files

Find Files

Windows
MacOS
Linux

Finds all the files within the given directory, with optional file extension filter.

Target is Blueprint File Utils BPLibrary

Find Files
Directory
File Extension
Found Files
Return Value

Inputs

In
Exec
Directory
String

The absolute path to the directory to search. Ex: "C:\UE4\Pictures"

File Extension
String

If FileExtension is empty string "" then all files are found. Otherwise FileExtension can be of the form .EXT or just EXT and only files with that extension will be returned.

Outputs

Out
Exec
Found Files
Array of Strings

All the files found that matched the optional FileExtension filter, or all files if none was specified.

Return Value
Boolean

true if anything was found, false otherwise

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback