Navigation
Unreal Engine C++ API Reference > Runtime > Core > GenericPlatform > IPlatformFile
Inheritance Hierarchy
- IPlatformFile::FDirectoryVisitor
- FChunkMountTask
- FChunkSetupTask
- FDependencyEnumerator
- FDependencyUniqueArrayEnumerator
- FFileSearchVisitor
- FLocalTimestampDirectoryVisitor
- FLoggedPlatformFile::FLogVisitor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
Include | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
class FDirectoryVisitor
Remarks
Base class for file and directory visitors that take only the name.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
EDirectoryVisitorFlags | DirectoryVisitorFlags |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FDirectoryVisitor
(
EDirectoryVisitorFlags InDirectoryVisitorFlags |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | CallShouldVisitAndVisit
(
const TCHAR* FilenameOrDirectory, |
Helper function for receivers of FDirectoryVisitor. |
![]() ![]() |
bool | IsThreadSafe () |
True if the Visit function can be called from multiple threads at once. |
![]() ![]() |
bool | ShouldVisitLeafPathname
(
FStringView LeafPathname |
Called with the LeafPathname (FullPath == Path/LeafPathname, LeafPathname == BaseName.Extension) before calling Visit. |
![]() |
bool | Callback for a single file or a directory in a directory iteration. |