FCborStructSerializerBackend::FCborStructSerializerBackend

Creates and initializes a new instance with the given flags.

Windows
MacOS
Linux

References

Module

Serialization

Header

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

Include

#include "Backends/CborStructSerializerBackend.h"

Source

/Engine/Source/Runtime/Serialization/Private/Backends/CborStructSerializerBackend.cpp

Syntax

FCborStructSerializerBackend
(
    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