I’m working on implementing a solution provided in a previous post of mine on reddit.
In short, I’m using a line trace to detect the specific color of the texture where my line trace hits to determine whether I’m hitting a body of water (black) or a landmass (white).
After adding an alpha texture (with the compression settings set to Masks no sRGB) to my material (which is set to Blend Mode Masked) the oceans have disappeared and my print string (set to print the alpha from the linear color of my Read Render Target Raw UV) is only ever showing 255, whether I’m pointing at the landmasses or water bodies. I am very inexperienced with Materials, but I feel like I’m close to the solution and might need some help.
Is there anything apparent in my blueprint and/or texture settings that I can change to show the water again and still be able to differentiate between tracing into a landmass or body of water?