How to sort 3d widgets

This is quite simple to do if you are using Screen.

On the widget component there is a category called “Layer”.
Set each widget to be a different “SharedLayer” and change the “Layer Z Order”

Example:
Icons in the background:
SharedLayerName: NormalRender
LayerZOrder: -100

Overlayed menu:
SharedLayerName: RenderedOnTop
LayerZOrder: 1