Normal maps from Blender not working correct

Here is a in engine screenshot (Anything looks fine in Blender):
(ignore the star)

Hello Viewtron,

Would you mind providing me with a screenshot of your material set up?

Thank you,

To continue on what asked, could you also show your UV-layout?
I got the strong feeling that halfof the model is mirrored, as well as the way your uv-map is laid out.

UV:

Texture settings:
(tried to flip the green channel)

Material set up:

Hi Viewtron,

The normal map type you are using looks like a World Space Normal instead of a Tangent Space Normal which I am used to seeing most often in the Engine.

The first thing I noticed is you do not have a ‘Texture Coordinate’ node plugged into your ‘Normal’ texture sample. Do this to see if your seems are taken care of on your doll mesh.

The next thing I would suggest is using either a different Normal Map type, or you will want to transform the current one you are using. I have a read over the documentation for normal maps within the Engine and how they are handled.

Bump Without Tangent Space Normal Documentation

This gives a bit of information about using a World Space Normal vs Tangent Space normals. Have a look over the documentation to see what approach you would like to take. I would suggest finding a free normal map generator and using that instead. I like to use SSBump Generator for my maps, but there are others out there that are paid and work really well also.

Let me know if this resolved your issue or if you need further help.

Cheers,

I used tangent space for the normal maps (the green channel is flipped in unreal).

Unflipped normal map looks like this:

I treid the TexCoord node, but it doesn’t help (still looks the same).

Hello Viewtron,

Have you tried ‘Generating Lightmap UVs’ for this object?

Isn’t this only for static meshes? This is a skeletal mesh.

Apologies, I was not sure if this was a Skeletal Mesh or a Static Mesh.

So, one thing you could definitely try would be to have a look over the ‘Normal Map Creation Guide’ documentation.

Normal Map Creation Guide

Try going through this documentation and follow the steps/settings suggested for implementing normal maps within the Engine. Start from the beginning so you can make sure it is not a setting you could be overlooking.

Skeletal Mesh Pipeline

Let me know if you have given this a try and are still not setting the right results for your mesh.

Thank you,

Ok solved the problem, my normal maps where 32 bit, had to set them up as 8bit now it’s working correctly.