Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveSaveCompressedProxy
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveSaveCompressedProxy.h |
| Include | #include "Serialization/ArchiveSaveCompressedProxy.h" |
Syntax
class FArchiveSaveCompressedProxy : public FArchive
Remarks
FArchive Proxy to transparently write out compressed data to an array.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArchiveSaveCompressedProxy
(
TArray< uint8 >& InCompressedData, |
Constructor, initializing all member variables and allocating temp memory. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor, flushing array if needed. Also frees temporary memory. |
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| void | Flush () |
Flushes tmp data to array. | |
| void | Seeking is only implemented internally for writing out compressed data and asserts otherwise. | ||
| void | Serializes data to archive. |