How to add Progress bar on actor?

Hello, I have an actor in my project. I want to have a progress bar above the actor (HP Bar). but I don’t understand which component I should use. How can I add a progress bar above the actor?

Thank you.

Add widget component to you Actor and set widget class to your HPBar widget. In widget class subscribe OnHealthChanged (or other event that you have with the same functionality) and change progress bar percent.

3 Likes

Thank you so much!

2 Likes