Navigation
API > API/Runtime > API/Runtime/PakFile
| Name | FPakReaderPolicy |
| Type | class |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
template<typename EncryptionPolicy>
class FPakReaderPolicy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IPlatformFilePak.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AcquirePakReader | TAcquirePakReaderFunction | Pak file archive to read the data from. | IPlatformFilePak.h | |
| OffsetToFile | int64 | Offset to the file in pak (including the file header). | IPlatformFilePak.h | |
| PakEntry | FPakEntry | Pak file entry for this file. | IPlatformFilePak.h | |
| PakFile | const FPakFile & | Pak file that own this file data | IPlatformFilePak.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 FileSize() |
IPlatformFilePak.h | ||
void Serialize
(
int64 DesiredPosition, |
IPlatformFilePak.h |