FPakFooterInfo

Input and output data for WritePakFooter

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< FFileRe... AllFileRegions  
bool bFileRegions  
const TCHAR ... Filename  
int64 FullDirectoryIndexSize  
TArray< FPakEnt... Index  
FPakInfo & Info  
const FKeyChain... KeyChain  
const FString & MountPoint  
int64 PathHashIndexSize  
int64 PrimaryIndexSize  
uint64 * TotalEncryptedDataSize  

Constructors

Type Name Description
  FPakFooterInfo ( const TCHAR* InFilename, const FString& InMountPoint, FPakInfo& InInfo, TArray< FPakEntryPair >& InIndex )  

Functions

Type Name Description
void SetEncryptionInfo ( const FKeyChain& InKeyChain, uint64* InTotalEncryptedDataSi... )  
void SetFileRegionInfo ( bool bInFileRegions, TArray< FFileRegion >& InAllFileRe... )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library