FArchiveSaveCompressedProxy::Serialize

Serializes data to archive.

Windows
MacOS
Linux

Override Hierarchy

FArchive::Serialize()

FArchiveSaveCompressedProxy::Serialize()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/ArchiveSaveCompressedProxy.h

Include

#include "Serialization/ArchiveSaveCompressedProxy.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/ArchiveSaveCompressedProxy.cpp

Syntax

virtual void Serialize
(
    void * Data,
    int64 Count
)

Remarks

Serializes data to archive. This function is called recursively and determines where to serialize to and how to do so based on internal state.

Parameters

Parameter

Description

Data

Pointer to serialize to

Count

Number of bytes to read

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss