Game view resolution set to 100x100 and 240x240

I ended up using ASceneCapture2D, capturing the scene to a RenderTexture and using that RenderTexture into a UMG widget. That widget HUD I placed over the screen so that is what I saw. I set the desired resolution of the RenderTexture to the desired render resolution. Then I scaled the image on my HUD to fit my window.