Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFileHandle > API/Runtime/PakFile/FPakFileHandle/__ctor
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
FPakFileHandle
(
const TRefCountPtr < const FPakFile > & InPakFile,
const FPakEntry & InPakEntry,
FArchive * InPakReader
)
Remarks
Constructs pak file handle to read from pak.
Parameters
| Name | Description |
|---|---|
| InFilename | Filename |
| InPakEntry | Entry in the pak file. |
| InPakFile | Pak file. |