Hey there,
Since 5.3-377
, the ObjectEditor
node renders differently. I have a simple Person
record which is string Name, bool Is Cool, int Age
.
In 5.3-368, it’s rendered like this :
Starting in 5.3-377, it looks like this :
String field is gone, and the checkbox was replaced with this widget I had never seen before.
Looks like there were quite a few changes brought in between those two, so not sure exactly what happened :-]
Why is it like this? How shall I get the “old behavior” back?
Thanks in advance!
ObjectEditorWeird.vl (12.7 KB)