Navigation
Unreal Engine C++ API Reference > Developer > PakFileUtilities
References
Module | PakFileUtilities |
Header | /Engine/Source/Developer/PakFileUtilities/Public/PakFileUtilities.h |
Include | #include "PakFileUtilities.h" |
Syntax
struct FPakFooterInfo
Remarks
Input and output data for WritePakFooter
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FFileRegion > * | AllFileRegions | |
![]() |
bool | bFileRegions | |
![]() |
const TCHAR * | Filename | |
![]() |
int64 | FullDirectoryIndexSize | |
![]() |
TArray< FPakEntryPair > & | Index | |
![]() |
FPakInfo & | Info | |
![]() |
const FKeyChain * | KeyChain | |
![]() |
const FString & | MountPoint | |
![]() |
int64 | PathHashIndexSize | |
![]() |
int64 | PrimaryIndexSize | |
![]() |
uint64 * | TotalEncryptedDataSize |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FPakFooterInfo
(
const TCHAR* InFilename, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetEncryptionInfo
(
const FKeyChain& InKeyChain, |
|
![]() |
void | SetFileRegionInfo
(
bool bInFileRegions, |