Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile
Inheritance Hierarchy
- FPakFile::FBaseIterator
- FPakFile::FFilenameIterator
- FPakFile::FFileIterator
- FPakFile::FPakEntryIterator
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
Syntax
class FBaseIterator
Remarks
Base functionality for iterating over the DirectoryIndex.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBaseIterator
(
const FPakFile& InPakFile, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Filename () |
Return the current filename, as the RelativePath from the MountPoint. | |
| const FPakEntryLocation | Return the arbitrary index of the iteration. | ||
| bool | HasFilename () |
||
| const FPakEntry & | Info () |
Return the FPakEntry. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Inverse of the "bool" operator | |
| FBaseIterator & | operator++ () |