How can I sort various elements and place them in the HUD?

Hi guys!

Being a total noob with the new hud-system in UE4, I was just wondering if there is a way to sort the various elements so I can easily decide how the various elements should be placed in the hud? Let`s say I want a button that should be in front of another button or an image that should be placed in the background.

Should be easy, right?

Cheers,

Roald

The HUD in UE4 at the moment is a simple canvas drawing system where the drawing order determines the depth, i.e. objects drawn later will be drawn on top. you need to set it up manually.