How do I hide the character health bar in the main menu

How do I close the character’s health bar in the main menu

‘‘PLAY BUTTON’’ What should I do to make it appear just after clicking (play)?

Two options. The easiest is just “hide” the component and make it visible after the play button is hit. So in the widget, default the progress bar to hidden and when the player hits “Player” get a reference to the widget and set the progress bar to visible. The better option, have a “menu” game mode that doesn’t have the player HUD as part of it. Create a separate blank level, or a level with just the background you want, you can even stick the 3rd person character in there for show but it isn’t actually a playable character. Then when you hit “play” open up level 1 with the full HUD.

Is it possible to show the first method as a blueprint?

do I need to make a change here?

You can add the viewport once you hit play. Looks like you create the character beforehand to use in the Main Menu screen so it’s adding it then. So on the Click Event for the Play Button you would get a Reference to the ThirdPersonCharacter and add the HUD

Create a On Released click event for the Play Button, then you can add the viewport then

I speak very little English, share what you say as a picture.

thanks, unfortunately not again :frowning:

Did you remove it from the Character BP BeginPlay?

Gelirseniz ‘’ uyumsuzluk ‘’ adresimle konuşabilirim: Discord

Problem solved

2 Likes

how did you fix it please I didn’t understand the language? and I’ve been searching for days now and I didn’t find a fix for the problem