One of my test applications features a very simple UI consisting of a Window that contains a fistful of UI elements - its little more than a copy of the code from HelloGUI sample.
When I dump the UI root node to XML, I see that my Window element is buried in a fairly complex hierarchy of elements that all look like so:
That’s my app window resolution - 1920 x 1080.
There are literally dozens of these “typeless elements” in the resulting UI xml file (which incidentally, appears to load perfectly).
What are all these “typeless elements” for?
[EDIT]
When I use the Editor to examine the structure of the resulting XML file, I can see that the IDs for my Window and its children begins at 182.
There’s literally over 180 elements in the hierarchy prior to my stuff, and they all appear to do not much to my untrained eye.