Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile > API/Runtime/Core/IPlatformFile/FDirectoryVisitor
Description
Helper function for receivers of FDirectoryVisitor. Enforces the contract for whether Visit should be called after calling ShouldVisitLeafPathName.
| Name | CallShouldVisitAndVisit |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformFile.cpp |
bool CallShouldVisitAndVisit
(
const TCHAR * FilenameOrDirectory,
bool bIsDirectory
)