FPakFile::GetPakEntry

Returns the [FPakEntry](API\Runtime\PakFile\FPakEntry) pointed to by the given [FPakEntryLocation](API\Runtime\PakFile\FPakEntryLocation) inside the given EncodedPakEntries or Files Can return Found or Deleted; if the [FPakEntryLocation](API\Runtime\PakFile\FPakEntryLocation) is invalid this function assumes the [FPakEntry](API\Runtime\PakFile\FPakEntry) exists in this pack but as a deleted file If OutEntry is non-null, populates it with a copy of the [FPakEntry](API\Runtime\PakFile\FPakEntry) found, or sets it to an [FPakEntry](API\Runtime\PakFile\FPakEntry) with SetDeleteRecord(true) if not found