Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/Backends > API/Runtime/Serialization/Backends/FCborStructDeserializerBackend
- 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 |
virtual bool ReadProperty
&40;
FProperty &42; Property,
FProperty &42; Outer,
void &42; Data,
int32 ArrayIndex
&41;
Remarks
Reads the specified property from the stream. true on success, false otherwise.
Parameters
| Name | 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). |