IStructDeserializerBackend::ReadProperty

Reads the specified property from the stream.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Serialization

Header

/Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h

Include

#include "IStructDeserializerBackend.h"

Syntax

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