UTFWin::SerializedProperty struct

Defines how a member of a class is stored in an SPUI.

Public functions

auto UNNAMED(SerializedPropertyUnion) -> union

Public variables

int field_0
uint32_t proxyID
An ID used to uniquely identify this property.
uint16_t type
The type of property,.
size_t offset
The offset of the variable inside the class. Can be obtained using offsetof(class, member).
size_t count
If it's an array, how many elements the property has; otherwise, 1.