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