![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Attributes | |
| int32 | ArrayIndex = 0 |
| void * | Data = nullptr |
| FProperty * | Property = nullptr |
| UStruct * | TypeInfo = nullptr |
Structure for the read state stack.
| int32 StructDeserializer::FReadState::ArrayIndex = 0 |
Holds the property's current array index.
| void* StructDeserializer::FReadState::Data = nullptr |
Holds a pointer to the property's data.
| FProperty* StructDeserializer::FReadState::Property = nullptr |
Holds the property's meta data.
| UStruct* StructDeserializer::FReadState::TypeInfo = nullptr |
Holds a pointer to the UStruct describing the data.