Viewing the game from different angle while playing

Hi everyone,

I wonder if there is a way to view the map/game in a some sort of free camera while playing it on the different window.
Basically I want to see what’s happening on the other side of my map (spawns etc) while playing the game.

Simulate doesn’t work for me because I can even play or move my character at all. I wonder how I can manage this.

Thank you.

You can have as many cameras as you want, and move between them using SetViewTargetWithBlend:

Ah - I see, then you need a render target. You can render a 2d camera to a material like this:

The in your widget, insert an image, under 'appearance -> brush' choose the material you made in the step above:

Yes but this effects the game itself. I just want to view it while working on my project. There should be way but I can’t find it. Consider it like the 4 way split screen, one of them will be playable other one will view it from an angle that i can place with wasd, or another camera whatever