I want to define a hierarchy of UObjects for data only. The only thing, is that the hierarchy becomes quite complicated if I rely simply on UPROPERTY with Instanced keyword, or other UObject asset. I would like the ability to use the Blueprint graph to lay out the hierarchy instead.
This seems really intuitive, and the Unreal way of doing things. Editing deeply nested sets of properties seem like something that would’ve been done in Unity.