How do i remove a widget from the viewport

Thanks for this thread, in my case, I had to do several things to properly remove the widget:

  • Remove From Parent
  • Set reference to widget to null
  • Collect Garbage.

Works now. Daaang.

image