Strange…
I thought I received an answer, but I can’t see it. Whoever answered me, thanks for pushing me in the right direction!
I was able to solve my problem without any limitations.
The goal was to be able to focus the ragdolled body laying on the ground. The CapsuleComponent triggered all the hit events for focusing and killing the NPC. After the NPC died I obviously deactivated the capsules collisions inside the code, since it’s not supposed to collide with the player anymore.
What I was looking for, was a way to generate a hit event on either the SkeletalMesh itself or its PhysicsAsset.
What I was missing, was enabling the following option on the SkeletalMesh to use complex collision to generate the hit events:
This way the CapsuleComponent is solely responsible for Player collision, while shooting , focusing or other hit events are handled on the collision component of the SkeletalMesh itself. If you don’t need a Physics Simulation on the SkeletalMesh you can also pick the “Query Only” option.
sorry, I made an answer but deleted it. On testing my answer I figured it was the wrong solution and didn’t want you to try what I already knew was wrong while I tried something else… then life happens and here I came back to try again and you’ve answered it yourself! fantastic!
Trying to get better at answerhub without giving bad advice that wastes people’s time is hard!
My answer was about collision channels, but I’m glad you came to the right solution