Navigation
API > API/Runtime > API/Runtime/PakFile
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
Syntax
class FSharedPakReader
Remarks
Wrapper for a pointer to a shared pak reader archive that has been temporarily acquired.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSharedPakReader
(
const FSharedPakReader& Other |
|||
FSharedPakReader
(
FSharedPakReader&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | GetArchive () |
USE WITH CARE, the FSharedPakReader must live longer than this reference to prevent the archive being used by another thread. Do not call on a temporary return value! |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
nullptr_t |
||
| FSharedPakReader & | operator=
(
const FSharedPakReader& Other |
||
| FSharedPakReader & | operator=
(
FSharedPakReader&& Other |
||
| bool | operator==
(
nullptr_t |
||
| FArchive * | operator-> () |