Health Widget not Updating

On event damage you are most likely updating the variable in the blueprint, not in the widget BP.
But you are updating the widget BP variable when you create the widget.

After setting health on the evnt damage, get your widget ref (Health ref) and set its “health bar” variable, like you have done when creating the widget

1 Like