Z Index for Overlay UI?

Hi, I was just wondering how I can have multiple overlay UI but be able to layer one over another.

For example, I have a UI overlay for an effect that covers the whole screen, but I would like to create buttons in front of that overlay so the users can interact with those buttons.

Hi, welcome to the forums!

Currently Z-Index is based off of it’s relationship in the hierarchy. Child UI elements will be drawn over parent UI elements.