Navigation
Unreal Engine C++ API Reference > Runtime > PakFile
References
Module | PakFile |
Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
Include | #include "IPlatformFilePak.h" |
Syntax
struct FPakEntryLocation
Remarks
An identifier for the location of an FPakEntry in an FDirectoryIndex or an FPathHashIndex. Contains a byte offset into the encoded array of FPakEntry data, an index into the list of unencodable FPakEntries, or a marker indicating invalidity
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FPakEntryLocation
(
const FPakEntryLocation& Other |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FPakEntryLocation | CreateFromListIndex
(
int32 ListIndex |
|
![]() ![]() |
FPakEntryLocation | CreateFromOffsetIntoEncoded
(
int32 Offset |
|
![]() ![]() |
FPakEntryLocation | ||
![]() ![]() |
int32 | ||
![]() ![]() |
int32 | ||
![]() ![]() |
bool | IsInvalid () |
|
![]() ![]() |
bool | IsListIndex () |
|
![]() ![]() |
bool | ||
![]() |
void |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FPakEntryLocation & | operator=
(
const FPakEntryLocation& other |
|
![]() ![]() |
bool | operator==
(
const FPakEntryLocation& Other |