FStructSerializer::Serialize

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

Windows
MacOS
Linux

References

Module

Serialization

Header

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

Include

#include "StructSerializer.h"

Source

/Engine/Source/Runtime/Serialization/Private/StructSerializer.cpp

Syntax

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

Remarks

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

Parameters

Parameter

Description

Struct

The data structure to serialize.

TypeInfo

The structure's type information.

Backend

The serialization backend to use.

Policies

The serialization policies 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