Choose your operating system:
Windows
macOS
Linux
| IPlatformFile::FDirectoryStatVisitor::Visit()
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
Include |
#include "GenericPlatform/GenericPlatformFile.h" |
bool Visit
(
const TCHAR * FilenameOrDirectory,
const FFileStatData & StatData
)
Callback for a single file or a directory in a directory iteration.
true if the iteration should continue.
Parameter |
Description |
---|---|
FilenameOrDirectory |
If bIsDirectory is true, this is a directory (with no trailing path delimiter), otherwise it is a file name. |
StatData |
The stat data for the file or directory. |