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"

Syntax

template<typename StructType>
static bool Deserialize
(
    StructType & OutStruct,
    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

The struct to deserialize into.

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