Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
Include |
#include "GenericPlatform/GenericPlatformFile.h" |
Source |
/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformFile.cpp |
virtual bool IterateDirectoryRecursively
(
const TCHAR * Directory,
FDirectoryVisitor & Visitor
)
Call the Visit function of the visitor once for each file or directory in a directory tree. This function explores subdirectories.
false if the directory did not exist or if the visitor returned false.
Parameter |
Description |
---|---|
Directory |
The directory to iterate the contents of, recursively. |
Visitor |
Visitor to call for each element of the directory and each element of all subdirectories. |