Module |
|
Header |
/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
Include |
#include "IPlatformFilePak.h" |
class FSharedPakReader
Wrapper for a pointer to a shared pak reader archive that has been temporarily acquired.
Name | Description | |
---|---|---|
|
FSharedPakReader ( |
|
|
FSharedPakReader ( |
Name | Description | |
---|---|---|
|
~FSharedPakReader() |
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! |
Name | Description | ||
---|---|---|---|
|
operator bool() |
||
|
bool |
operator!= ( |
|
|
FSharedPakRe... |
operator= ( |
|
|
FSharedPakRe... |
operator= ( |
|
|
bool |
operator== ( |
|
|
FArchive ... |
operator->() |