Getting the best Shadows and Ambient Occlusion

With UE5, you may get some ghosting with your trees when they have wind. This can be fixed by issuing the following console commands (Note: TSR must be 100% and use FXAA or TAA):

r.AntiAliasingQuality=3 // must be first
r.TemporalAACurrentFrameWeight=0.3
r.TemporalAASamples=2
r.TemporalAA.Algorithm=1