Underlying hair visible through ponytail (Opacity issue)

Hello!
I have a hair mesh with only two textures applied to each piece. A base color and an opacity map. I have pretty much the same texture/opacity on everything. I can however see the head part of the hair through the ponytail. In this next attached screenshot, I’ve changed the color of the ponytail to blond in order to make the issue more apparent.

Capture.JPG
See, you can see the brown head part through the ponytail. And as additional info, all of my hair parts have this same material setup:

Any idea what I could be doing wrong?

I found someone who had the exact same issue I have. Seems they did not figure it out. Although those posts were from 2 years ago, you would think Unreal Engine developers would have fixed something like this by now? Being able to layer opacity maps seems kind of important for a game engine.

Using a masked material on the tail has fixed my issue.Now I just need to figure out how to ‘dither’ the edges of the opacity map

With the default hair shader maybe you just have to offset your mips so that they don’t cause too much transparency at a distance.

Use the DitherTemporalAA node

I would strongly suggest you use Epic’s hair shaderthough

Generating all the maps can be a chore but it is worth it in my opinion