FPakOrderMap::AddOffset

Add the given filename with the given Offset interpreted as Offset in bytes in the Pak File.

Windows
MacOS
Linux

References

Module

PakFileUtilities

Header

/Engine/Source/Developer/PakFileUtilities/Public/PakFileUtilities.h

Include

#include "PakFileUtilities.h"

Syntax

void AddOffset
(
    const FString & Filename,
    uint64 Offset
)

Remarks

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

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