Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFile > API/Runtime/PakFile/FPakFile/GetPakEntry
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
static EFindResult GetPakEntry
&40;
const FPakEntryLocation & FPakEntryLocation,
FPakEntry &42; OutEntry,
const TArray< uint8 > & EncodedPakEntries,
const TArray< FPakEntry > & Files,
const FPakInfo & Info
&41;
Remarks
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