Problem with HUD

Hello, I’m new with Unreal Engine 4.6. My problem is : I created a third person project, fine, and I added a HUD blueprint (folder blueprints, right click -> Blueprint -> All Classes -> HUD) and I put a couple of data like that :

On the Vehicle project from Unreal, this Blueprint works, but not with my third person project. When I run it, I can’t debug how you can see in the screenshot. I think my HUD is not in my game, but I don’t know how to do that…

Any idea please ?

VinsV

Make sure that you add your hud blueprint to your gamemode :slight_smile:

I think I found where but I can’t change HUD Class …

2015-01-14 10_47_23-SurvivalSix - Unreal Editor.png

is this normal ?

You should go to ur gamemode Blueprint, go to Details tab and add ur HUD there.

I also recommend you to use UMG insteam of HUD, it is much easier to work with.

Uhm… I don’t find the gamemode blueprint… Can you give me a screenshot please ?

Anyway, thanks for answers guys :slight_smile:

2015-01-14 20-43-39 Problem with HUD - Internet Explorer.png

Find this BP in Content Browser (Use filters, if needed), open it, go to Details Tab(on toolbar) abd there u will see these settings but u can change them.