I want to make an XML to UI system. But the only examples I’ve seen are when there assembled from within the widget itself with RebuildWidget or NativeConstruct. And without constructor parameters or some way to remake the widget on-demand, I can’t see how I can do it?
I would appreciate any advice that could help me solve this issue.