FCborStructDeserializerBackend::FCborStructDeserializerBackend

Creates and initializes a new instance.

Windows
MacOS
Linux

References

Module

Serialization

Header

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

Include

#include "Backends/CborStructDeserializerBackend.h"

Source

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

Syntax

FCborStructDeserializerBackend
(
    FArchive & Archive,
    ECborEndianness CborDataEndianness
)

Remarks

Creates and initializes a new instance.

Parameters

Parameter

Description

Archive

The archive to deserialize from.

CborDataEndianness

The CBOR data endianness stored in the archive. @note For backward compatibility and performance, the implementation default to the the platform endianness rather than the CBOR standard one (big endian).

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