How to disable Raytracing if the project wont open

You can change project settings by alterning the values in your .ini files.

For raytracing this will be located here:
[YourProjectFolder]->Config->DefaultEngine.ini

under [/Script/Engine.RendererSettings] you should find r.RayTracing=True , change that to False

1 Like