Get parent UserWidget of Widget

Hey,
i was looking for this and i found the answer, you need to use the “outer object”

in my cas i was calling it in an child user widget

container userwidget  ( i want to get this )
    overlay
        canvas 
            child userwidget ( i'm calling from here )

23 Likes