How can I use Matinee to create stills for print?

Is it possible to produce a single frame with print resolution “5400px x 3600” using matinee or any other feature within unreal. We are using UE4 for arch-viz cinematics/walthroughs but our clients require single renders at print resolution. Is this possible within UE4 currently or in near future?

Hey ,

You can take a high resolution screenshot using a console command. Open up console bar while in game and then type “highresshot 2” and hit enter. That will save a screenshot into Saved > Screenshots folder of your project. highresshot console command multiplies current screen resolution with value you set (highresshot 2, highresshot 3, highresshot 4, etc.). You can also set a console command in Blueprints to occur at specific events.

Hope that helps!

Thank yo so much for your help , I will try console command out today.