How to create a pic-in-pic using UMG ?

How can i display a picture-in-picture using blueprints in a UMG widget ?
I have tried with an image & material but it doesn’t seem to work.
An example would be nice :slight_smile:
Thank you in advance.

HI!

If I understand you correctly, you should use Overlay.

Hope this will help you.

I don’t think you fully understand so let me actually explain what i want since i didn’t :stuck_out_tongue: : In the unreal editor you have your viewport, if you have an actor/pawn/character with a camera selected, you will see that camera’s view in a box in a corner of the viewport. (Thats pic-in-pic for those who didn’t know)
I wan’t that aswell ingame using a blueprint widget.