Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EFindResult GetPakEntry
(
const FPakEntryLocation& FPakEntryLocation, |
Returns the FPakEntry pointed to by the given FPakEntryLocation, forwards to the static GetPakEntry with data from *this | IPlatformFilePak.h | |
static EFindResult GetPakEntry
(
const FPakEntryLocation& FPakEntryLocation, |
Returns the FPakEntry pointed to by the given FPakEntryLocation inside the given EncodedPakEntries or Files Can return Found or Deleted; if the FPakEntryLocation is invalid this function assumes the FPakEntry exists in this pack but as a deleted file If OutEntry is non-null, populates it with a copy of the FPakEntry found, or sets it to an FPakEntry with SetDeleteRecord(true) if not found | IPlatformFilePak.h |
GetPakEntry(const FPakEntryLocation &, FPakEntry *)
Description
Returns the FPakEntry pointed to by the given FPakEntryLocation, forwards to the static GetPakEntry with data from *this
| Name | GetPakEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/PakFile.cpp |
EFindResult GetPakEntry
(
const FPakEntryLocation & FPakEntryLocation,
FPakEntry * OutEntry
) const
GetPakEntry(const FPakEntryLocation &, FPakEntry *, const TArray< uint8 > &, const TArray< FPakEntry > &, const FPakInfo &)
Description
Returns the FPakEntry pointed to by the given FPakEntryLocation inside the given EncodedPakEntries or Files Can return Found or Deleted; if the FPakEntryLocation is invalid this function assumes the FPakEntry exists in this pack but as a deleted file If OutEntry is non-null, populates it with a copy of the FPakEntry found, or sets it to an FPakEntry with SetDeleteRecord(true) if not found
| Name | GetPakEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/PakFile.cpp |
static EFindResult GetPakEntry
(
const FPakEntryLocation & FPakEntryLocation,
FPakEntry * OutEntry,
const TArray< uint8 > & EncodedPakEntries,
const TArray< FPakEntry > & Files,
const FPakInfo & Info
)