Planar Reflections not rendering in Unreal Engine 5 with Lumen

I’m trying to render a scene using planar reflection plane under the water body custom. Once it ends up rendering, it doesn’t render planar reflections, it only renders water. Here is what it looks like in the render:

Where as I actually have a planar reflection underneath the water custom body:

I have searched everywhere online but can’t find any solutions.

I’m working on UE5 and I have Lumen on with this project. My goal is to get reflections from the pool water but I can’t.

Try removing the planar reflection and use ray traced reflections instead by going to post process → translucency → setting the type from raster to raytraced,

and in the subsettings check the refractions box on the left and uncheck the refractions box on the right of the word.

im not sure if this will help but its worth a try

Cheers

Lumen does not work with Planar Reflections.
If you want to do this, here is a solution:
https://github.com/JWhiteCat/UnrealEngine/commits/5.4-custom/
https://zhuanlan.zhihu.com/p/700152932
https://zhuanlan.zhihu.com/p/701815885
Snipaste_2024-06-07_15-24-46

2 Likes