Why is my HUD disappeared?

Hi!
I’am following a tutorial and from day to day my HUD disappeared in the editor but when I launch the game it works fine.

Does anyone know why?
Many thanks

Launched:

Editor:

Regular, screen-space widgets are not visible in the editor - that’s normal. They don’t exist until you run the game. You can only preview widget components in world space.

That’s true, if you wanna see it in editor you have to place it in a BP_Actor, not spawning it via bp (add widget to viewport).