Can't remove WidgetComponent from screen

Hey devs , i am adding widget component to actor at run time and it has to be removed after certain period , but i am unable to delete it from the screen , tried to DestroyComponent and Remove from Parent , widget is still on my screen , Any thought ? stuck a bit

first things first, put a breakpoint on the event thats getting called by timer to ensure that it is firing.

if it is firing, then watching the input target to make sure that is valid.

if it is valid but not getting destroyed, then you know that there must be some other widget created at some point.

Did u ever figured this out?