A developer wants to display the player's current health on a Progress Bar in the HUD.
The health is a float variable in the 'PlayerCharacter' Blueprint that changes frequently.
What is the most efficient method to make the Progress Bar's value update automatically?