Navigation
API > API/Runtime > API/Runtime/PakFile
Wrapper for a pointer to a shared pak reader archive that has been temporarily acquired.
| Name | FSharedPakReader |
| Type | class |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
Syntax
class FSharedPakReader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSharedPakReader
(
const FSharedPakReader& Other |
IPlatformFilePak.h | ||
FSharedPakReader
(
FSharedPakReader&& Other |
IPlatformFilePak.h | ||
FSharedPakReader
(
FArchive* InArchive, |
IPlatformFilePak.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSharedPakReader() |
IPlatformFilePak.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Archive | FArchive * | IPlatformFilePak.h | ||
| PakFile | FPakFile * | IPlatformFilePak.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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! | IPlatformFilePak.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
IPlatformFilePak.h | ||
bool operator!=
(
nullptr_t |
IPlatformFilePak.h | ||
FSharedPakReader & operator=
(
const FSharedPakReader& Other |
IPlatformFilePak.h | ||
FSharedPakReader & operator=
(
FSharedPakReader&& Other |
IPlatformFilePak.h | ||
bool operator==
(
nullptr_t |
IPlatformFilePak.h | ||
FArchive * operator->() |
IPlatformFilePak.h |