set spectator screen texture always black

The solution for my problem probably was that I delayed the “get render target” of the widget by one frame (delay = 0). Before, the widget was built with “Begin Play” and when doing a “Is valid” check on the “get render target” result it was found to be invalid.

1 Like