FBaseIterator

Base functionality for iterating over the DirectoryIndex.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Protected function

FBaseIterator

(
    const FPakFile& InPakFile,
    bool bInIncludeDeleted,
    bool bInUsePathHash
)

Destructors

Name Description

Protected function

~FBaseIterator()

Functions

Name Description

Protected function Const

const FStrin...

 

Filename()

Return the current filename, as the RelativePath from the MountPoint.

Protected function Const

const FPakEn...

 

GetPakEntryIndex()

Return the arbitrary index of the iteration.

Public function Const

bool

 

HasFilename()

Public function Const

const FPakEn...

 

Info()

Return the FPakEntry.

Operators

Name Description

Public function Const

 

operator bool()

Conversion to "bool" returning true if the iterator is valid.

Public function Const

bool

 

operator!()

Inverse of the "bool" operator

Public function

FBaseIterato...

 

operator++()

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