Hi,
How can I have “r.Reflections.Denoiser 0” allways off in my project? I know how to turn it off on the Cmd line but I would like to explore other solutions like maybe have that in a level BP? Does that make sense? Thank you.
Hi,
How can I have “r.Reflections.Denoiser 0” allways off in my project? I know how to turn it off on the Cmd line but I would like to explore other solutions like maybe have that in a level BP? Does that make sense? Thank you.
I found a way to add commands into the ini file, at least I read about it.
The problem is that I added the command but once I start my project I don´t see the reflections changed in the like like it should.
Am I adding the command in the right place? I don´t use play mode, all my work so far is in Editor.
Thanks
you need to get rid of the space and add an =. It should look like this.
r.Reflections.Denoiser=0
look at the syntax of the other commands above it.
Hope this helps!