Collision object only colliding with parents.

I have recently begun using unreal 5 for the first time and using the first person template I’ve created a basic crouching system. This just composed of halving the player’s height when holding a button and moving the camera. As part of this I put a cube collision object above the player’s head to tell if they have room to stand back up. As of right now the collision Cube only will collide with the player capsule component and no matter what collision mode I choose (Including custom ones) it will refuse to collide with other objects. (It is not colliding with the player capsule while crouched)