Change 3D Widget's Z Layer

Hi,

I have a 3D widget (Actor with a widget component). And I’m using it to allow players to click on objects to display a description of the object. How can I set the widget’s rendering layer in order to guarantee that it always renders in front of the object?

Disable depth test on the widget’s base material then set the widget’s blend mode to translucent.