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
(
FProperty * Property,
FProperty * Outer,
void * Data,
int32 ArrayIndex
)
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). |