FArchiveLoadCompressedProxy::Serialize

Serializes data from archive.

Windows
MacOS
Linux

Override Hierarchy

FArchive::Serialize()

FArchiveLoadCompressedProxy::Serialize()

References

Module

Core

Header

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

Include

#include "Serialization/ArchiveLoadCompressedProxy.h"

Source

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

Syntax

virtual void Serialize
(
    void * Data,
    int64 Count
)

Remarks

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.

Parameters

Parameter

Description

Data

Pointer to serialize to

Count

Number of bytes to read

InData

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