I have a template widget I’m using to easily manage different windows
The template has a single button on it, the close button which I have selected below.
This is my event for the close button
I even tried calling ‘Get Parent’ and then remove from the parent as well. Still no effect
It works when I just create the template widget in game.
But when I make a new widget and add this template widget, I can’t get it to actually remove itself. I stepped through and it’s actually hitting the ‘Remove from Parent’.
What can I do?