Navigation
Unreal Engine C++ API Reference > Runtime > PakFile
References
Module | PakFile |
Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
Include | #include "IPlatformFilePak.h" |
Syntax
template<typename EncryptionPolicy>
class FPakReaderPolicy
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TAcquirePakReaderFunction | AcquirePakReader | Pak file archive to read the data from. |
![]() |
int64 | OffsetToFile | Offset to the file in pak (including the file header). |
![]() |
FPakEntry | PakEntry | Pak file entry for this file. |
![]() |
const FPakFile & | PakFile | Pak file that own this file data |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FPakReaderPolicy
(
const FPakFile& InPakFile, |