Get Size of Child Widget?

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 :wink:

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. :+1: