Cannot figure out why the foliage shadows look so choppy and bad

I have some ivy which has the WPO and wind grass shader, and the shadows look so choppy and strange, i cannot figure out how to fix this issue.
Please help!

raytraced shadows do not have wpo compatibility. the bvh is static. so you trace a moving object against static shadow mesh data. leads to inaccurate shadow depth testing and this kinda wobbly rng shadow.

Even in the latest versions ? We still can’t use raytrace shadows with vegetation ? Are there some workarounds ? Some cvars ?

use the classic shadow map cascade. or vsm. that is for directional lighting. the latter seems to have improved the memory footprint. so… you should need raytraced shadows only for very specific shadow scenarios (like overcast lighting. still gotta deal with shadow flicker in that case tho. or find alternative ways to move the foliage and update the bvh. like skeletal mesh trees and procedural animation. this is a lil expensive, tho. : )

for regular instanced static meshes you should have the…

r.RayTracing.Geometry.InstancedStaticMeshes.EvaluateWPO 1

…cvar. it does not work for explicitly painted foliage, tho. i don’t have a test case for this and hism right now. sry.