Hi all, been a while since I’ve worked on my own project from scratch so I can’t remember if this is a rendering limitation, or if I’m doing something wrong. It doesn’t feel like realistic behaviour for them to not reflect at all.
I’ve enabled Screen Space Reflections through the DefaultEngine.ini which is mostly working nicely, however my Translucent materials aren’t being reflected in other surfaces. The Translucent materials themselves are receiving reflections nicely, they just don’t seem to be casting much of one.
Here’s a really simple, but great example/tutorial of what I’m talking about:
Basically, at the simplest level, instead of using translucent mode and plugging your alpha into opacity, you first plug it into a dither function(there’s a function already built in) and plug it into opacity mask; while the material is on masked.