Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/Backends > API/Runtime/Serialization/Backends/FCborStructSerializerBackend > API/Runtime/Serialization/Backends/FCborStructSerializerBackend/__ctor
Deprecated * Use the two-parameter constructor with EStructSerializerBackendFlags::Legacy only if you need backwards compatibility with code compiled prior to 4.22; otherwise use EStructSerializerBackendFlags::Default.
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 |
FCborStructSerializerBackend
&40;
FArchive & InArchive
&41;
Remarks
Creates and initializes a new legacy instance.
Deprecated, use the two-parameter constructor with EStructSerializerBackendFlags::Legacy if you need backwards compatibility with code compiled prior to 4.22.
Parameters
| Name | Description |
|---|---|
| InArchive | The archive to serialize into. |