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 | Seeks to the passed in position in the stream. | ||
| void | Serializes data from archive. |