Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveSaveCompressedProxy
Description
Serializes data to archive. This function is called recursively and determines where to serialize to and how to do so based on internal state.
Virtual Inheritance
- FArchive::Serialize → FArchiveSaveCompressedProxy::Serialize
| Name | Serialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveSaveCompressedProxy.h |
| Include Path | #include "Serialization/ArchiveSaveCompressedProxy.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/ArchiveSaveCompressedProxy.cpp |
virtual void Serialize
(
void * Data,
int64 Count
)
Parameters
| Name | Remarks |
|---|---|
| Data | Pointer to serialize to |
| Count | Number of bytes to read |