- So, let’s say we have class A derived from UObject which has a property of type class Z.
- Class Z is also derived from UObject and is marked as Instanced within class A.
- In editor we can “new” class Z through the drop down menu under class A.
- Someone edited/changed the blueprint of class Z. Now the property in class A is showing something like this
- If we restart editor at this point, the property in class A will sometimes be null, and class Z no longer shows up on the drop down menu as possible blueprint to instantiate for class A.
- I have to save the blueprint of class Z before it shows up again under the drop down menu.
Also, the designers have to keep “recreating” class Z under class A whenever class Z changes (even just a little). This is a big problem for us because we will have a lot of data being reset for every class that has class Z as Instance. I hope it can be fixed soon.
Happens in 4.7 and 4.8
Thank you very much!