How can I move widgets in hud in blueprint

Hi, I am trying to make a masked health bar. I tried other solutions but they didn’t work. Then I came up with this idea: I could make a progress bar next to the health bar. (which is a progress bar) Then I could use alpha on this progress bar. So according to the percent of the health bar, I can move the other progress bar to the left. Something like this:

But I couldn’t find any documentation on moving the hud widgets in blueprint, in game. Is it possible? If it is not, what is the alternative way of doing so?

Why are you trying to move the widget? The point of a progress bar is to drive the percentage via blueprint. I don’t think you can move a widget’s content with blueprint.