Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveLoadCompressedProxy
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveLoadCompressedProxy.h |
Include | #include "Serialization/ArchiveLoadCompressedProxy.h" |
Syntax
class FArchiveLoadCompressedProxy : public FArchive
Remarks
FArchive Proxy to transparently load compressed data from an array.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FArchiveLoadCompressedProxy
(
const TArray< uint8 >& InCompressedData, |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Destructor, freeing temporary memory. |
Overridden from FArchive
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Seek
(
int64 InPos |
Seeks to the passed in position in the stream. |
![]() ![]() |
void | Serialize
(
void* Data, |
Serializes data from archive. |
Overridden from FArchiveState
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
int64 | Tell () |
Returns the current location within the backing data storage, which can possibly be passed to Seek later to restore a read/write location. |