Film and Video unreal preset

Hi
To make the setting “r.raytracing.culling 0” the default in your installation
In Windows File Explorer right-click the file select “Edit in Notepad” or just open
C:\Program Files\Epic Games\UE_5.4\Engine\Config\BaseEngine.ini

Type Control+f keys and type in the box
“/Script/Engine.RendererSettings”
Press enter or the down-arrow
under
[/Script/Engine.RendererSettings]
r.GPUCrashDebugging=false
; Company name Changed default setting for all projects new and old
r.raytracing.culling=0

Type the Contol +s keys to save changes and exit. Restart UE 5.4 and the new value is working

If you need a single project to set changes using the Project Settings function

1 Like