Picture-in-Picture (second parallel camera) ingame possible?

Hello there,

well I need a camera view inside the actual view while gaming, something like this Picture-in-Picture, but it seems to be only working in the editor:
https://docs.unrealengine.com/latest/INT/Engine/UI/LevelEditor/Viewports/PIP/index.html

Is there a way to add a camera view to the game view? I also need to position it in a corner or to the right border of the view.

I hope that you can help me, thank you in advance!

pyrocat

Yes, it is possible: you can draw a texture onto the screen, that is captured by a camera. (SceneCapture Component)

How to project mouse coord from SceneCaptureCamera to world?