FStructSerializer::Serialize

Serializes a given data structure of the specified type using the default policy.

Windows
MacOS
Linux

References

Module

Serialization

Header

/Engine/Source/Runtime/Serialization/Public/StructSerializer.h

Include

#include "StructSerializer.h"

Syntax

static void Serialize
(
    const void * Struct,
    UStruct & TypeInfo,
    IStructSerializerBackend & Backend
)

Remarks

Serializes a given data structure of the specified type using the default policy.

Parameters

Parameter

Description

Struct

The data structure to serialize.

TypeInfo

The structure's type information.

Backend

The serialization backend to use.

See Also

Deserialize

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