How to add Progress bar on actor?

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