How to remove the collision shadow from a mesh?

image_2022-05-09_081747958

I want to remove this shadow from the mesh which is happening because of the hair mesh, I tried MeshHairs->bCastInsetShadow = false; but it is not working.

Thank You in advance :slight_smile:

Fixed: MeshHairs->bCastDynamicShadow = false;