◆ FFileMatch()
| FileManagerGenericImpl::FFileMatch::FFileMatch |
( |
TArray< FString > & |
InResult, |
|
|
const FString & |
InWildCard, |
|
|
bool |
bInFiles, |
|
|
bool |
bInDirectories, |
|
|
bool |
bInStoreFullPath = false |
|
) |
| |
|
inline |
◆ ShouldVisitLeafPathname()
Called with the LeafPathname (FullPath == Path/LeafPathname, LeafPathname == BaseName.Extension) before calling Visit. If it returns true, Visit will be called on the path, otherwise Visit will be skipped, and the return value of Visit is treated as true (continue iterating). Called both for directories and files.
Reimplemented from IPlatformFile::FDirectoryVisitor.
◆ Visit()
| virtual bool FileManagerGenericImpl::FFileMatch::Visit |
( |
const TCHAR * |
FilenameOrDirectory, |
|
|
bool |
bIsDirectory |
|
) |
| |
|
inlinevirtual |
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.
◆ bDirectories
| bool FileManagerGenericImpl::FFileMatch::bDirectories |
◆ bFiles
| bool FileManagerGenericImpl::FFileMatch::bFiles |
◆ bStoreFullPath
| bool FileManagerGenericImpl::FFileMatch::bStoreFullPath |
◆ Result
| TArray<FString>& FileManagerGenericImpl::FFileMatch::Result |
◆ ResultLock
| UE::FMutex FileManagerGenericImpl::FFileMatch::ResultLock |
◆ WildCard
| FString FileManagerGenericImpl::FFileMatch::WildCard |
The documentation for this class was generated from the following file: