Any way to permanently set Preview Rendering Level

I’m currently working on a pure 2D game and I really don’t need the full blown power of UE4 everytime I open it, so is there any way to set it to Mobile/Html5?

Also I’m using a low end laptop (smite me if you must) so I’d also rather have it at an ultra low renderer.

32755-the%20setting.png

I’ve been wondering this too, any solutions?

Any update on this?

Cheers,
Chris

In the Project Settings, go to Platforms. Choose your platform and choose your “Targeted RHIs”.

GrindCityGaming, this does NOT auto switch the preview rendering level in the editor, this just reduces the number of targets.

I had packaged my game in Shader Model 5 and OpenGL 3 (ES 2).

I had successfully run them individually either Shader Model 5 or OpenGL 3 (ES 2).

Is there any way to change them at runtime from Shader Model 5 to OpenGL 3 (ES 2) or OpenGL 3 (ES 2) to Shader Model 5?