The bullets in my game use line traces and I have a headshot system that uses the “hit bone name” on the hit result. I have multiple skeletal meshes (all very similar) that use the same skeleton. Some of the skeletal meshes work perfectly but others give wild results like the picture below.
It returns Spine2 but it should return Head. Below is the skeleton that shows where the spine ends and where the Head bone is.
Is there any way for me to adjust which bone name is associated with parts of the mesh? Ideally in the skeletal mesh but I’d take any help I can get.