IStructDeserializerBackend::ReadPODArray

Reads the specified POD Array property from the stream.

Windows
MacOS
Linux

Override Hierarchy

IStructDeserializerBackend::ReadPODArray()

FCborStructDeserializerBackend::ReadPODArray()

References

Module

Serialization

Header

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

Include

#include "IStructDeserializerBackend.h"

Syntax

virtual bool ReadPODArray
(
    FArrayProperty * ArrayProperty,
    void * Data
)

Remarks

Reads the specified POD Array property from the stream. @note implementations will support only a Int8 or Byte array at the moment

Returns

true on success, false if need to fall back to per element array serialization.

Parameters

Parameter

Description

ArrayProperty

The array property to read into.

Data

The location of array to read the data into.

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