How to destroy UMG widget?

Widgets are not actors, so finding them as actors won’t work. Neither are they components. They have their own set of management functions.

I did eventually solve this. I think I needed to cast the UWidget type to something else.

1 Like