FPakEntryIterator

Iterator class for every [FPakEntry](API\Runtime\PakFile\FPakEntry) in the [FPakFile](API\Runtime\PakFile\FPakFile), but does not provide filenames unless the PakFile has an unpruned DirectoryIndex.

Windows
MacOS
Linux

Inheritance Hierarchy

FPakFile::FBaseIterator

FPakFile::FPakEntryIterator

References

Module

PakFile

Header

/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h

Include

#include "IPlatformFilePak.h"

Syntax

class FPakEntryIterator : public FPakFile::FBaseIterator

Remarks

Iterator class for every FPakEntry in the FPakFile, but does not provide filenames unless the PakFile has an unpruned DirectoryIndex.

Constructors

Name Description

Public function

FPakEntryIterator

(
    const FPakFile& InPakFile,
    bool bInIncludeDeleted
)

Functions

Name Description

Public function Const

const FStrin...

 

TryGetFilename()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss