Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakInfo
| |
|
| Name |
FPakInfo |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path |
#include "IPlatformFilePak.h" |
Syntax
enum FPakInfo
{
PakFile_Magic = 0x5A6F12E1,
MaxChunkDataSize = 64*1024,
CompressionMethodNameLen = 32,
MaxNumCompressionMethods =5,
}
Values
| Name |
Remarks |
| PakFile_Magic |
Magic number to use in header |
| MaxChunkDataSize |
Size of cached data. |
| CompressionMethodNameLen |
Length of a compression format name |
| MaxNumCompressionMethods |
Number of allowed different methods |