Display text while viewport is faded out

I have a program where I fade my viewport out and hold it out using the “Start Camera Fade” node. I want to display text, probably via a widget, on the black screen while the viewport is faded out, but it isn’t working for me. I think the issue is that since the viewport is faded out, the widget isn’t visible even though it’s being presented. Is there a way for me to display text while the viewport is faded out that doesn’t involve switching levels?

Make full screen black border widget with render opacity of 0 and make animation that rises opacity to 1, play it to create fade out effect. Remember set anchor on border to fill so it fills the screen.