FJsonStructSerializerBackend::FJsonStructSerializerBackend

Creates and initializes a new legacy instance.

Windows
MacOS
Linux

Deprecated

References

Module

Serialization

Header

/Engine/Source/Runtime/Serialization/Public/Backends/JsonStructSerializerBackend.h

Include

#include "Backends/JsonStructSerializerBackend.h"

Syntax

FJsonStructSerializerBackend
(
    FArchive & InArchive
)

Remarks

Creates and initializes a new legacy instance. @note Deprecated, use the two-parameter constructor with EStructSerializerBackendFlags::Legacy if you need backwards compatibility with code compiled prior to 4.22.

Parameters

Parameter

Description

InArchive

The archive to serialize into.

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