How do you make a scene capture 2d orthographic

I would also like to use orthographic view capability with SceneCapture2d components. It would be helpful in creating interactable screens for puzzles or simple electronic devices that characters might use, e.g. mobile phone screens in GTA V. same render texture is used both for HUD widget and in-game phone screen. I can achieve same result by carefully adjusting lighting and projection angles etc., but it takes time and feels at odds with general ease of use UE4 offers.

Cheers in advance!