as the title says I am currently watching the UMG Tutorial and reproduce it step by step. The current step where I am is where we finished the player condition HUD (Game HUD). The tutor in the video starts the game, and the health, energy and mood bar shows up on the top left corner with the default value’s. Unfortunately my bars are all empty. I’m looking for like more than hour to look where my mistake is, what I might have missed or whatever. Found nothing. Thats why I made a small portion of screenshots and hope you can help me.
My FirstPersonCharacter BP
The values of “HealthValue”, “EnergyValue” and “MoodValue” are 0.75, 0.5 and 0.25.
Could it be that your HealthValue is not a public variable? If you make your HealthValue, EnergyValue and MoodValue public (make the eye icon open), does that sort it?
Yea this should be a “Get Character” node. If you try to cast a controller to a character it will always fail. By definition it’s a controller and not a character ;D
Both were good catches as both could and should cause issues. Besides this everything looks fine