Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile
Base class for file and directory visitors that take all the stat data.
| Name | FDirectoryStatVisitor |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
class FDirectoryStatVisitor
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDirectoryStatVisitor() |
GenericPlatform/GenericPlatformFile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CallShouldVisitAndVisit
(
const TCHAR* FilenameOrDirectory, |
Helper function for receivers of FDirectoryStatVisitor. | GenericPlatform/GenericPlatformFile.h | |
virtual bool ShouldVisitLeafPathname
(
FStringView LeafPathname |
Called with the LeafPathname (FullPath == Path/LeafPathname, LeafPathname == BaseName.Extension) before calling Visit. | GenericPlatform/GenericPlatformFile.h | |
bool Visit
(
const TCHAR* FilenameOrDirectory, |
Callback for a single file or a directory in a directory iteration. | GenericPlatform/GenericPlatformFile.h |