Hi everyone,
I have problem with eyes of my character. I made it in makehuman, then imported in blender and exported as .fbx. In UE4 all works fine, but eyes are completly black. That is because texture has black color in some areas.

Hi everyone,
I have problem with eyes of my character. I made it in makehuman, then imported in blender and exported as .fbx. In UE4 all works fine, but eyes are completly black. That is because texture has black color in some areas.
Have you uv mapped those parts of the mesh?
hair -> you will have to connect the alpha channel with “opacity mask” + choose “masked” at the blend mode
The skin texture is transparent at the eyes. Therefore you have to use “opacity mask”, as wrote.
Thanks you very much !!! It now works :).
If i connect normal map to normal should i also connect the alpha channel of normal map to opacity mask or not ?
No, you dont have to do that. Just do it with the diffuse texture
Thank you