Is it possible to render 3d widget ON TOP OF another 2d widget?

So I have this 3d Screen Space widget that display on top of some actors to show the details of these actors(name, description, stat, etc) when player get close to them.

But I quickly found out these 3d widget would get block by the player HUD that’s on the screen, I want to make the 3d widget render on top of the 2d widget but found no solution, Widget layers, Zorder, nothing works, it seems 2d widget would always be on top of 3d widget?