Find Recursive

Find Recursive

Windows
MacOS
Linux

Finds all the files and/or directories within the given directory and any sub-directories. Files can be found with anoptional file extension filter.

Target is Blueprint File Utils BPLibrary

Find Recursive
Start Directory
Wildcard
Find Files
Find Directories
Found Paths
Return Value

Inputs

In
Exec
Start Directory
String

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

Wildcard
String

Wildcard that can be used to find files or directories with specific text in their name. E.g .png to find all files ending with the png extension, images* to find anything with the word "images" in it Otherwise FileExtension can be of the form .EXT or just EXT and only files with that extension will be returned. Does not apply to directories

Find Files
Boolean

Whether or not to find files

Find Directories
Boolean

Whether or not to find directories

Outputs

Out
Exec
Found Paths
Array of Strings

All the paths (directories and/or files) found

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