Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile
Iterator class for every FPakEntry in the FPakFile, but does not provide filenames unless the PakFile has an unpruned DirectoryIndex.
| Name | FPakEntryIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
class FPakEntryIterator : public FPakFile::FBaseIterator
Inheritance Hierarchy
- FPakFile::FBaseIterator → FPakFile::FPakEntryIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPakEntryIterator
(
const FPakFile& InPakFile, |
IPlatformFilePak.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString * TryGetFilename() |
IPlatformFilePak.h |