FJsonStructSerializerBackend::FJsonStructSerializerBackend

Creates and initializes a new instance with the given flags.

Windows
MacOS
Linux

References

Module

Serialization

Header

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

Include

#include "Backends/JsonStructSerializerBackend.h"

Syntax

FJsonStructSerializerBackend
(
    FArchive & InArchive,
    const EStructSerializerBackendFlags InFlags
)

Remarks

Creates and initializes a new instance with the given flags.

Parameters

Parameter

Description

InArchive

The archive to serialize into.

InFlags

The flags that control the serialization behavior (typically EStructSerializerBackendFlags::Default).

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