UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StructDeserializer::FReadState Struct Reference

Public Attributes

int32 ArrayIndex = 0
 
voidData = nullptr
 
FPropertyProperty = nullptr
 
UStructTypeInfo = nullptr
 

Detailed Description

Structure for the read state stack.

Member Data Documentation

◆ ArrayIndex

int32 StructDeserializer::FReadState::ArrayIndex = 0

Holds the property's current array index.

◆ Data

void* StructDeserializer::FReadState::Data = nullptr

Holds a pointer to the property's data.

◆ Property

FProperty* StructDeserializer::FReadState::Property = nullptr

Holds the property's meta data.

◆ TypeInfo

UStruct* StructDeserializer::FReadState::TypeInfo = nullptr

Holds a pointer to the UStruct describing the data.


The documentation for this struct was generated from the following file: