Mesh components inside BP dont generate collisions

I have this character bp that has multiple empty mesh components that work as placeholders. When the player equips some pieces of armor those meshes turn into the armor that the player chose:

The problem is that my projectiles dont collide with those mesh components, only with the character mesh

This how I have it set:

Does anyone know to fix this?

Thank you in advance