Render text on screen while camera is faded out

Hi there!

My player camera fades out and after a while, it fades in again. In the meantime, I want to render some text on the screen. My attempt didn’t work at all:

1: Camera fades out
2: My attempt to render some text on the screen, probably not working because the position is incorrect and/or the camera is faded out
3: Camera fades in

Any suggestions how I can solve that? What is the best way to render text that should not be part of the game world?

Thanks!

Make a widget with the text on it. Create and add to viewport after fade out. Fade in.

Thats it! Thanks