Collision for components

I am making a game which needs to check every scene component of certain actors for collision, as a component would be deleted after it is hit by a projectile. Is there a way, preferably in C++, to check for collisions with a scene component? does this feature exist?