Render text on top?

So I’m using a TextRender component to display some static messages in my scene, but the text often gets clipped by the scene geometry:

I’m wondering if there’s a way to use render layering or else fiddle with the depth values of the text so that it doesn’t get clipped, or if there’s some other way to get a similar effect without the clipping issue.

Any advice?

BUMP, this may be such and old post, but I need this currently and it suck there is no answer

have you solved this problem? I’m looking for the way to render text on the top.