Path-Tracer (UE5-0)

Is there anyway to disable denoiser in UE5 path tracer? I can’t find in postprocess volume also.

Hello @HlaingMin !

In project settings!!

In the postprocess volume, you will find the denoiser under the “Rendering features”:

grafik

or you use the command:

“r.PathTracing.Denoiser 0”

for deactivating it, with 1 for activating it again.



This is what happening in my setting.
Anyway thanks for the help!


I can’t find it in the command line also.
Thanks for the help anyway !

Ok, this is weird o.o Which version of Unreal Engine are you using? Is it 4.27 or the latest UE5? It should be there in both of those versions.
This is how the command line list looks in both of my versions:

grafik

1 Like

Ahhh but you are not using Direct X 12!

So you are not using path-tracing or deni¡oiser at all :wink:

1 Like

Yah! normally I am using Lumen only now I started explore pathtracing and this happen :}
Yes I am always using DirectX 12

I am still at UE5-0 I will update to UE5.0.3 ( it is asking lots of SSD space ( 120 gb ) :frowning:

OK Guys Really appreciate for your helps I think UE 5.0 is early access.
I will update to UE 5.0.3 and hope it will solve my error.
Thank you so much !

Yeah, for Pathtracing either use UE 4.27, if you have to stay in UE4 for some reason, or always use the latest version of UE5. Hint, UE 5.1 will also bring some big improvements to the Pathtracer, so upgrade to that too, if it is released.

About disk size, there is a tip, that helps you reducing the required hard drive space, you can disable a lot of unnecessary features:

Oh! Love it you guys are great :slight_smile: