CREATE WIDGET - Delete after dragged usage

Hello all thanks for the help in advance! I am creating a widget spawned from drag event (see bprint shot below). My problem is that when I spawn new widgets in this same fashion, the newest image is overlayed over top of the old one.

I’ve tried to remove the widget from parent, on drag end event (confirmed successful fire on this) and even tried setting the IMG variable (texture 2d image in the dragged widget) to a null value. . . . none of which work.

Any pointers? Ultimately I’d like to DELETE the widget after using it, but apparently this isn’t possible, according to another UEAnswers document I read on this - the garbage collector picks up the widget… but I don’t know when or how long that is, and I’ve waited a few seconds doing this methods and its still there.

37011-capture.jpg

SPAWN BPRINT (few different places, but all the same functionality):