How do I add a text box within/on top of a progress bar UMG?

Hey guys,

I’ve got basic health/mana/experience bars which are representing the player’s current MAX HP.

I want to add text inside the corresponding bars to show ### / ### (current value / max value).

Is there any way to do this? I can’t add a text box as a child because the progress bars do not allow children.

I also looked around for some positioning (e.g bring to front, send to back) but I can’t find that so even just adding a new text box to the canvas isn’t working.

Thanks for your help. Screenshot below:

34159-hpmanaxp.png

I think you might be looking for Z order in the details panel when you have a text selected. Set it up higher and Ir should set in front.

Yup. That did the trick. <3 Thanks a bunch!!