What I mean is I want a blueprint entry point for when the widget is removed from the parent, like an event or a delegate. I can’t find something like that and I was wondering if I was missing something.
Actors for example have a Event BeginPlay and Event EndPlay. Widgets have the Event Construct which is similar to BeginPlay, but no corresponding one for when it’s lifetime ends.