Is there an option in the GUI editor to change how new Components are added?
By default they are added as unique_ptr, which isn’t optimal in a lot of cases. For example if I want to attach the component to a treeState parameter I have to release it and I can’t use it later.