I have a little part of VisualTreeAsset’s instantiated template instance, which I need to query and get all elements that were defined inside of that VisualTreeAsset and were not created by constructors of other elements (for example Scroller’s many children).
Is there any way to determine it?