![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPlatformFilePak.h>
Public Member Functions | |
| FPakEntryLocation () | |
| FPakEntryLocation (const FPakEntryLocation &Other)=default | |
| FPakEntryLocation & | operator= (const FPakEntryLocation &other)=default |
| bool | IsInvalid () const |
| bool | IsOffsetIntoEncoded () const |
| bool | IsListIndex () const |
| int32 | GetAsOffsetIntoEncoded () const |
| int32 | GetAsListIndex () const |
| void | Serialize (FArchive &Ar) |
| bool | operator== (const FPakEntryLocation &Other) const |
Static Public Member Functions | |
| static FPakEntryLocation | CreateInvalid () |
| static FPakEntryLocation | CreateFromOffsetIntoEncoded (int32 Offset) |
| static FPakEntryLocation | CreateFromListIndex (int32 ListIndex) |
Static Public Attributes | |
| static const int32 | Invalid = MIN_int32 |
| static const int32 | MaxIndex = MAX_int32 - 1 |
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
|
inline |
|
default |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
inline |