Forward Render Settings?

Hi,

I turned on forward rendering in the ue4 settings, this prompted me to restart so i did. Now its crashing on load every time. Is there a way for me to turn this off without the editor? Is there a .ini file somewhere i can tweek to get this working again?

cheers

Exactly it, couldn’t find it myself, many thanks!

In your project directory there’s an ini file /Config/DefaultEngine.ini where this is stored. It looks like this:

...
[/Script/Engine.RendererSettings]
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
r.CustomDepth=3
r.ForwardShading=True
...

Either delete the line with “r.ForwardShading=True” or set it to False.