Navigation
Unreal Engine C++ API Reference > Runtime > PakFile > FPakFile
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
EFindResult | GetPakEntry
(
const FPakEntryLocation& FPakEntryLocation, |
Returns the FPakEntry pointed to by the given FPakEntryLocation, forwards to the static GetPakEntry with data from *this |
![]() ![]() |
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 |