FCborStructDeserializerBackend::ReadProperty

Reads the specified property from the stream.

Windows
MacOS
Linux

Override Hierarchy

IStructDeserializerBackend::ReadProperty()

FCborStructDeserializerBackend::ReadProperty()

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

virtual bool ReadProperty
(
    FProperty * Property,
    FProperty * Outer,
    void * Data,
    int32 ArrayIndex
)

Remarks

Reads the specified property from the stream.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

Property

The property to read into.

Outer

The outer property holding the property to read (in case of arrays).

Data

The buffer that will hold the read data.

ArrayIndex

An index into the property array (for static arrays).

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