Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile > API/Runtime/Core/IPlatformFile/FDirectoryStatVisitor
Description
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.
| Name | ShouldVisitLeafPathname |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
virtual bool ShouldVisitLeafPathname
(
FStringView LeafPathname
)