Widget disappearing when switching pawn

HELP!

I have a space simulator game where you can switch between the rocket and the rover that the rocket drops. You can create a home waypoint with the rover, so that you don’t get lost in the universe. When you create the waypoint it stays there on the screen (constant size), but when you switch pawn to the rocket, it disappears. I spawn/destroy the rover every time i leave/enter the rocket, does that affect it?

EDIT: I spawn the waypoint in using an actor, actor has the widget attached and set to SCREEN mode.

A video of the problem would help.

Working on it

Here it is

Try just hiding/showing the rover, instead of deleting.

Thanks, that solved the problem!
Though I created many others now, but​ they have simple solutions.​​​​​​

Turned out the widget wasn’t updating so it was actually transparent, thanks anyways!