One of the things I noticed in this video is that he set the HUD’s Ammo count to 99 and the variable for Ammo as 60 and this caused some confusion when playing as we see the ammo count move from 99 to 59 when firing the first shot. That lead him to add a new pin to Begin Play to set the Ammo Count properly to 60. This is actually unnecessary. All you actually need to do is make sure the HUD’s default text and the variable’s default value are the same. So in this case, setting the HUD’s default text from 99 to 60 would have worked.
Also: This should basically be the rule for HUD elements. Once you are done testing your HUD, make sure you set the default values to the value you want it to be. For example, the Health Bar should be set to 1 at the beginning so you start at Full Health.