Choose your operating system:
Windows
macOS
Linux
| IPlatformFile::FindFilesRecursively()
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
Include |
#include "HAL/IPlatformFileCachedWrapper.h" |
Finds all the files within the directory tree, with optional file extension filter
FoundFiles All the files that matched the optional FileExtension filter, or all files if none was specified.
Parameter |
Description |
---|---|
Directory |
The starting directory to iterate the contents. This function explores subdirectories |
FileExtension |
If FileExtension is NULL, or an 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. |