Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile
Iterator class used to iterate over just the files in the pak for which we have filenames.
| Name | FFilenameIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
class FFilenameIterator : public FPakFile::FBaseIterator
Inheritance Hierarchy
- FPakFile::FBaseIterator → FPakFile::FFilenameIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFilenameIterator
(
const FPakFile& InPakFile, |
Constructor. | IPlatformFilePak.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & Filename () |
Return the current filename, as the RelativePath from the MountPoint. | IPlatformFilePak.h |