Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFileHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPakFileHandle
(
const TRefCountPtr< const FPakFile >& InPakFile, |
Constructs pak file handle to read from pak. | IPlatformFilePak.h | |
FPakFileHandle
(
const TRefCountPtr< const FPakFile >& InPakFile, |
Constructs pak file handle to read from pak. | IPlatformFilePak.h |
FPakFileHandle(const TRefCountPtr< const FPakFile > &, const FPakEntry &, TAcquirePakReaderFunction &)
Description
Constructs pak file handle to read from pak.
| Name | FPakFileHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
FPakFileHandle
(
const TRefCountPtr< const FPakFile > & InPakFile,
const FPakEntry & InPakEntry,
TAcquirePakReaderFunction & InAcquirePakReaderFunction
)
Parameters
| Name | Remarks |
|---|---|
| InFilename | Filename |
| InPakEntry | Entry in the pak file. |
| InAcquirePakReaderFunction | Function that returns the archive to use for serialization. The result of this should not be cached, but reacquired on each serialization operation |
FPakFileHandle(const TRefCountPtr< const FPakFile > &, const FPakEntry &, FArchive *)
Description
Constructs pak file handle to read from pak.
| Name | FPakFileHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
FPakFileHandle
(
const TRefCountPtr< const FPakFile > & InPakFile,
const FPakEntry & InPakEntry,
FArchive * InPakReader
)
Parameters
| Name | Remarks |
|---|---|
| InFilename | Filename |
| InPakEntry | Entry in the pak file. |
| InPakFile | Pak file. |