Translucent Blend Mode Issue

I think it might be the normals on the text meshes themselves. Have you tried exporting one or two to Blender and taking a look?

Yes I already does this, and if I flip some normals so that they are facing inside, they don‘t shine through the Normals in Front of it, but on the place of the flipped normals will be a hole.

But I passed the option of importing my text several posts before. All I wanted to fix now is the issue with the text of the 3D Text plugin of the ue5.

And sadly I have to pass this option too. Because the issue with this Text is the sorting order, because in Unreal created text surly has no problems with it‘s normals. I think the only way to go is to render the video without text und finalize it with davinci.

1 Like

This is the compromise that basically all deferred renderers make. If you familiarize yourself with real time rendering pipelines you will understand why this is not a trivial task.
Transparent objects have to be drawn in a totally separate pass, usually after everything else. If they had all of the features that the opaque materials did it would literally double to frame time and buffer memory requirement and make it impossible to run real time.
There is only so much space on a gbuffer, so much VRAM on a GPU, so compromises are necessary.