FUntypedBulkData::SerializeElements

Serializes all elements, a single element at a time, allowing backward compatible serialization and endian swapping to be performed.

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

virtual void SerializeElements
(
    FArchive & Ar,
    void * Data
)

Remarks

Serializes all elements, a single element at a time, allowing backward compatible serialization and endian swapping to be performed.

Parameters

Parameter

Description

Ar

Archive to serialize with

Data

Base pointer to data

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