Unreal Engine really needs some way for correct order independent transparency that isn’t based on Temporal AA (not all machines can run Temporal AA fine I’ve learned). While you can mask it using Temporal AA, the result is not always what you want and often sub-par to actual transparency (the whole transparent object turns into motion blur).
We need an actual OIT solution and there are some that I’ve found:
This is part of an age old conversation. You may not get a reply but know that many before have asked and discussed the possibilities. I do not think it is high on their list of issues but they have been making gradual improvements to transparency for a bit now.
Note that many techniques require forward shading and there is a task on the Trello board to investigate this but Epic has been pretty resolute on pure dynamic for a while now.
Would be nice to have an update on current plans for it but I would not expect much on here.
How do you get it to work within the same asset ? say a translucent robe that overlaps itself, even with OIT I’m getting sort priority glitches, I thought that is what it was for, maybe I’m confused.