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