Hi Nilson Lima!

Quick question about the Ocean. I'm trying to remove water from the inside of my ship and I found on forums a few possible ways to do it.
First way is by using a DepthFade node:
https://wiki.unrealengine.com/Visual...ing_Depth_Fade
Second is by using stencil:
https://answers.unrealengine.com/que...-logic-pu.html
https://answers.unrealengine.com/questions/575373/hiding-water-surface-inside-a-boat.html
The third is by using DistanceToNearestSurface node:
https://answers.unrealengine.com/questions/461081/mask-different-meshes-with-custom-stencil-logic-pu.html
So, for now I tried using only DepthFade but it doesn't work for some reason. Basically the ocean material I am using (M_Ocean_Ultra) is pretty complex and I am not sure if I understand how to add some kind of new opacity rules without breaking the whole material.
Therefore, just wanted to ask if you maybe have encountered this issue by any chance or you have some piece of advise how to find better and the simplest way to remove water from the ship?
Any help would be appreciated.
Best,
Alexander Alikin
Quick question about the Ocean. I'm trying to remove water from the inside of my ship and I found on forums a few possible ways to do it.
First way is by using a DepthFade node:
https://wiki.unrealengine.com/Visual...ing_Depth_Fade
Second is by using stencil:
https://answers.unrealengine.com/que...-logic-pu.html
https://answers.unrealengine.com/questions/575373/hiding-water-surface-inside-a-boat.html
The third is by using DistanceToNearestSurface node:
https://answers.unrealengine.com/questions/461081/mask-different-meshes-with-custom-stencil-logic-pu.html
So, for now I tried using only DepthFade but it doesn't work for some reason. Basically the ocean material I am using (M_Ocean_Ultra) is pretty complex and I am not sure if I understand how to add some kind of new opacity rules without breaking the whole material.
Therefore, just wanted to ask if you maybe have encountered this issue by any chance or you have some piece of advise how to find better and the simplest way to remove water from the ship?
Any help would be appreciated.
Best,
Alexander Alikin
Comment