GetPakEntry

Overload list

Windows
MacOS
Linux
Name Description

Private function Const

EFindResult

 

GetPakEntry

(
    const FPakEntryLocation& FPakEntry...,
    FPakEntry* OutEntry
)

Returns the FPakEntry pointed to by the given FPakEntryLocation, forwards to the static GetPakEntry with data from *this

Public function Static

EFindResult

 

GetPakEntry

(
    const FPakEntryLocation& FPakEntry...,
    FPakEntry* OutEntry,
    const TArray< uint8 >& EncodedPakE...,
    const TArray< FPakEntry >& Files,
    const FPakInfo& Info
)

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss