Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile
| Name | FVisitFilter |
| Type | struct |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
template<typename ShouldVisitFunc>
struct FVisitFilter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisitFilter
(
const ShouldVisitFunc& InShouldVisit, |
IPlatformFilePak.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIncludeDirectories | bool | IPlatformFilePak.h | ||
| bIncludeFiles | bool | IPlatformFilePak.h | ||
| bRecursive | bool | IPlatformFilePak.h | ||
| ShouldVisit | const ShouldVisitFunc & | IPlatformFilePak.h |