How to parent child actor to component?

I am trying to make a puzzle system, it is a circular system with rings. I have points to spawn pieces on the track(rings) and I need the pivot point of the spawned actors to always be at the center of the puzzle so they rotate around the track(rings) correctly without rotating around itself. How do I essentially spawn an actor and have it parent to a component on the actor that spawned it?