CToolIntrospection
Overview
Reflection helpers for reading and writing UPROPERTY struct fields by name at runtime.
Functions
| Name | Description |
|---|---|
| readFieldValueOfStruct | Read a field value from a struct property. Two overloads: from an object (by struct name + field name), or directly from a struct pointer (by field name). |
| writeFieldValueOfStruct | Write a field value on a struct property. Same two overloads as read. |