Hi,
I’ve added a child widget to an existing widget, is it possible to get the size of the X,Y axis of the newly created child widget?
Thanks
Hi,
I’ve added a child widget to an existing widget, is it possible to get the size of the X,Y axis of the newly created child widget?
Thanks
getDesiredSize could work, if one Prepass is done.
Alternative: Add a function to the Widget, that returns the desired size when called.
Thanks! Adding a Force Layout Prepass node and then a Get Desired Size node worked.