A union field stores only the raw property value (no type tag), so we need to deduce which type it is by inspecting the value and matching it against the entries in the union's type combo box. The combo entries correspond to schema types like "Double", "String", "Vector3 ", etc. We check the value's runtime type (isDouble, isString, isList, isBool) and search the combo for a matching entry
source not stored for this graph (policy: none)
no test coverage detected