r/unrealengine 14d ago

Screen Space Shadow in UE ????

I recently discovered a new technique called "Screen Space Shadow" (SSS), and I find it extremely interesting. It seems like this method could be crucial for improving both optimization and shadow quality in games. However, I couldn’t find much discussion about implementing Screen Space Shadows in Unreal Engine.

My questions are:

  1. Is it possible to use Screen Space Shadows in Unreal Engine?
  2. If so, how can this be implemented?
  3. Are there any resources or detailed explanations on how to set up or adapt this technique in Unreal?

Here is the link where I originally learned about this technology: https://www.bendstudio.com/blog/inside-bend-screen-space-shadows/

0 Upvotes

View all comments

5

u/Affectionate_Sea9311 14d ago

First thing - Stop wasting your time watching that moron on YT. Seriously while there is some information he has no idea why some things are not used anymore or not become mainstream or die due to many reasons.

As for screen space - There are contact shadows for cheap close up details. But for the overall image quality UE has VSM shadows which provide the best in class shadows..

4

u/MyUserNameIsSkave 14d ago

The dude is talking about optimization and you propose him VSM as a solution.

3

u/GameDev_Architect 14d ago

Op mentioned shadow quality as well and so did the comment you’re replying to.

-1

u/MyUserNameIsSkave 14d ago

It is fair, but as I understand the post. He want a balanced solution that looks good for how cheap it would run.

3

u/Affectionate_Sea9311 14d ago

It is not about optimization, it is about source of the delusion.. Who is basically Andrew Tate of game dev world.. There are solutions in engine.. Want something for low spec targets use Unity.. or learn how to use existing tech. Contact shadows and DF shadows are quite performant if you for some reason trying to avoid using current tech.. Sure will be some quality limitations, but without Nanite+Lumen will run like a charm.

But for something like Open World Nanite solves one of the worst problem of popping/dither fading LOD's and distanced shadows ( VSM). Problem of 90% of all those indie project performance is that people don't understand basics, how to produce content efficiently, how to optimize drawing distances, HLOD's, textures compression and sizes, materials complexity, overdraw, drawcalls, virtual textures, RVT, how light sources are working and how to optimize them, instancing, etc. But instead learning and understanding those, they are looking for magical solution and listen to some demagogue without any actual experience.. You can't solve performance with using one magic bullet if everything else is fucked up..

And again Optimization is different from project to project.. There are some basics rules and similarities, but you not asking about specifically made tech from old game without showing what you trying to solve, and engine maybe already has a better solution without needs for some hacks and external code which most probably will be only partly compatible with existing tech