Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/IStructDeserializerBackend
- IStructDeserializerBackend::ReadProperty()
- FCborStructDeserializerBackend::ReadProperty()
- FJsonStructDeserializerBackend::ReadProperty()
References
| Module | Serialization |
| Header | /Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h |
| Include | #include "IStructDeserializerBackend.h" |
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). |