PakFileUtilities

Windows
MacOS
Linux

Classes

Name

Description

Public struct

FPakFooterInfo

Input and output data for WritePakFooter

Public class

FPakOrderMap

Defines the order mapping for files within a pak.

Functions

Name Description

Public function

bool

 

ExecuteUnrealPak

(
    const TCHAR* CmdLine
)

Application entry point Params: -Test test if the pak file is healthy -Extract extracts pak file contents (followed by a path, i.e.: -extract D:) -Create=filename response file to create a pak file with

Public function

void

 

WritePakFooter

(
    FArchive& PakHandle,
    FPakFooterInfo& FooterInfo
)

Write the index and other data at the end of a pak file after all the entries