UMG progress bar always on top

I have a progress bar that is always on top of everything else. I want it to be under other images but I can’t figure it out. I have moved it up and down in the hierarchy but it doesn’t do anything.

The hierarchy order matters if an Overlay is the parent of the widget; if the parent is a Canvas, then zOrder in the details panel will do the trick:

The higher the zOrder, the more on top the element is - it is drawn last.

Thanks, I figured it out with the overlay. I couldn’t find the ZOrder but I see it is only there at the canvas level like you stated.