How to render still images from a camera?

How can i render a still image from my camera view with all post production stuff applied

Hi Mshep3D,

You can use this documentation to do so: https://docs.unrealengine.com/latest/INT/Engine/UI/LevelEditor/Viewports/ViewportOptions/index.html

Or you can type in HighResShot 1 when you use console commands. You can bring up console command by hitting the ` key. This can be while in game or just in the viewport.

Thanks!

Tim

how do i get a image without all the gizmos in the way

If you hit “G” with the viewport selected this will go to the “Game” view. All widgets will disappear like when you hit Play. This is just a visual mode and will start any gameplay logic that has been setup via Blueprints.

thanks alot