Hey there @VelikyPanda! Skeletal mesh components can be collided with using their physical asset, but you have to enable collisions and , or if you need very precise collision, you can use per poly collision.
I’m using this on a vehicle. Will enabling ‘per poly collision’ have any impact on the performance or will that only be used for the line trace and the simple collision in the physics asset will still be used for the PhysX?
If I remember correctly physics should default to using the physics asset/simple collisions, and yes if per poly collision can incur a solid performance penalty if you have lots of those actors.
But you do not need Complex Collision to do the above. Regardless of it being complex or not, tracing on a channel and blocking that channel on the (skeletal) mesh will return hit component and bones.