FStructDeserializer::Deserialize

Deserializes a data structure from an archive using the specified policy.

Windows
MacOS
Linux

References

Module

Serialization

Header

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

Include

#include "StructDeserializer.h"

Source

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

Syntax

static bool Deserialize
(
    void * OutStruct,
    UStruct & TypeInfo,
    IStructDeserializerBackend & Backend,
    const FStructDeserializerPolicies & Policies
)

Remarks

Deserializes a data structure from an archive using the specified policy.

Returns

true if deserialization was successful, false otherwise.

Parameters

Parameter

Description

OutStruct

A pointer to the data structure to deserialize into.

TypeInfo

The data structure's type information.

Backend

The de-serialization backend to use.

Policies

The de-serialization policies to use.

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