Howto disable HZB?

I have performance issues with the HZB when I have many objects in my level. But how do I disable it?

The solution: How to kill HZB ? - Rendering - Unreal Engine Forums does not work because I do not have such an inifile and I can also not add the command directly in the console (unrecognized command).

I added the inifile

‘root’\Unreal
Projects'project name’\Config\ConsoleVariables.ini
with the text r.HZBOcclusion=0

http://s7.postimg.org/n15hxo8aj/Visualizer2.png

But it still shows the HZB consuming ~75% of my total GPU usage… It’s not disabled. Restarting didn’t help either. Is it bugged or did I put it in the wrong directory?

Just because you dont have the ini file, does not mean you can’t create one. Call it ConsoleVariables.ini and add what is written above, exactly what I have done, and I can verify it works

Found it under:

C:\Program Files\Epic Games\4.6\Engine\Config\ConsoleVariables.ini

Then put r.HZBOcclusion=0 underneath [Startup] and restart the editor.