How do i make a simple HUD with ammo count?

All I want is to have a simple HUD to display ammo count on bottom left of my screen. I can most likely figure out rest of HUD from there.

Hey alx,

There’s a great example available in our Content Examples that you can look at for reference. Open Blueprint_HUD map and do a search for BP_HUD_Example Blueprint in Content Browser.

You can also check out this tutorial from one of our users, :

That dives into C++, if you’re comfortable with that.

Hope that helps!