◆ FFindFilesVisitor()
| FFindFilesVisitor::FFindFilesVisitor |
( |
IPlatformFile & |
InPlatformFile, |
|
|
TArray< FString > & |
InFoundFiles, |
|
|
const TCHAR * |
InFileExtension |
|
) |
| |
|
inline |
◆ Visit()
Callback for a single file or a directory in a directory iteration.
- Parameters
-
| FilenameOrDirectory | If bIsDirectory is true, this is a directory (with no trailing path delimiter), otherwise it is a file name. |
| bIsDirectory | true if FilenameOrDirectory is a directory. |
- Returns
- true if the iteration should continue.
Implements IPlatformFile::FDirectoryVisitor.
◆ FileExtension
| const TCHAR* FFindFilesVisitor::FileExtension |
◆ FileExtensionLen
| int32 FFindFilesVisitor::FileExtensionLen |
◆ FoundFiles
| TArray<FString>& FFindFilesVisitor::FoundFiles |
◆ FoundFilesLock
| FRWLock FFindFilesVisitor::FoundFilesLock |
◆ PlatformFile
The documentation for this class was generated from the following file: