Level specific HUD

As the title suggests I’m working HUDs right now I have a start screen to select levels the only problem is that the HUD follows me to the next level does anyone know how to fix this?

The HUD class is chosen in the GameMode / GameModeBase class. You can have a default GameMode for all levels and you can override the GameMode per level.

It worked thanks