FPakEntryLocation

An identifier for the location of an [FPakEntry](API\Runtime\PakFile\FPakEntry) in an FDirectoryIndex or an FPathHashIndex.

Windows
MacOS
Linux

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

Name Description

Public function

FPakEntryLocation()

Public function

FPakEntryLocation

(
    const FPakEntryLocation& Other
)

Functions

Operators

Name Description

Public function

FPakEntryLoc...

 

operator=

(
    const FPakEntryLocation& other
)

Public function Const

bool

 

operator==

(
    const FPakEntryLocation& Other
)

Constants

Name

Description

Invalid

0x00000000 - 0x7ffffffe: EncodedOffset from 0 to MaxIndex 0x7fffffff: Unused, interpreted as Invalid 0x80000000: Invalid 0x80000001 - 0xffffffff: FileIndex from MaxIndex to 0

MaxIndex

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