Navigation
API > API/Developer > API/Developer/PakFileUtilities > API/Developer/PakFileUtilities/FPakOrderMap
Description
Add the given filename with the given Offset interpreted as Offset in bytes in the Pak File. This version of Add is only useful when all Adds are done by offset, and are converted into Sorting Indexes at the end by a call to ConvertOffsetsToOrder
| Name | AddOffset |
| Type | function |
| Header File | /Engine/Source/Developer/PakFileUtilities/Public/PakFileUtilities.h |
| Include Path | #include "PakFileUtilities.h" |
void AddOffset
(
const FString & Filename,
uint64 Offset
)