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