Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/IStructDeserializerBackend
- IStructDeserializerBackend::ReadPODArray()
- FCborStructDeserializerBackend::ReadPODArray()
References
| Module | Serialization |
| Header | /Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h |
| Include | #include "IStructDeserializerBackend.h" |
virtual bool ReadPODArray
&40;
FArrayProperty &42; ArrayProperty,
void &42; Data
&41;
Remarks
Reads the specified POD Array property from the stream.
implementations will support only a Int8 or Byte array at the moment true on success, false if need to fall back to per element array serialization.
Parameters
| Name | Description |
|---|---|
| ArrayProperty | The array property to read into. |
| Data | The location of array to read the data into. |