Hud is not showing up after packaging project

Hey Guys,

I have a Blueprint Hud class inhereting from UUserWidget.

The Hud is created in the GameMode and saved as a variable:

And after that it is added in the Player Pawn class:

When Playing in the editor the Hud is showing and everything works fine. But as soon as I package the project, the Hud wont show anymore. Is there a setting I’m missing or has anyone a solution?

Thx to anyone who can help :slight_smile: