I can’t make a widget remove itself from Viewport!, i want it to remove it self after a delay but can’t for some reasons, tried to get a reference for the image i used and set visibility to hidden but it didn’t work and tried to get the reference into the remove from parent but also didn’t work and this was the last thing on mind and still no luck
Take the Return value from the First create widget and promote to variable.
Add the widget to viewport… delay
Using the variable remove from parent.
What you’re currently doing is creating a 2nd widget layered on top…and removing nothing.
Widget has to be Added to Viewport to remove.
@Rev0verDrive thank you, i knew i was doing something wrong! but i wasn’t sure what! thanks a lot!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.