Box colliders not working on pawn with multiple colliders

So I have a pawn that I’m trying to set up modular damage on. I have two engine colliders and two wing colliders. The engine colliders are capsules and the wing colliders are boxes. For some reason the collision on the engine capsule colliders work fine, but the wing box colliders only work intermittently. I’m firing a projectile with a box collider at them. Both the box and capsule colliders have identical settings.

Here are the settings for the ship colliders:

Here are the settings for the projectile collider:


NOTE: The projectile collider is set to block all 10 frames after spawning to prevent them from colliding with the player who is firing it.

This is the bp I’m using to test them:

Any help or advice would be greatly appreciated. The development group I’m working with has been stuck on this for a week. Does this have to do with multiple colliders?