FUntypedBulkData::SerializeBulkData

Serialize just the bulk data portion to/ from the passed in memory.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h

Include

#include "Serialization/BulkData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp

Syntax

void SerializeBulkData
(
    FArchive & Ar,
    void * Data
)

Remarks

Serialize just the bulk data portion to/ from the passed in memory.

Parameters

Parameter

Description

Ar

Archive to serialize with

Data

Memory to serialize either to or from

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