I was thinking how to apply this, I was thinking to put an actor with a collision sphere which will make any actor that overlaps it apply a force towards the center.
Can also use a lerp to increase the pull as you get closer to the center of the sphere
Simply make a vector from actor to the gravity actor will that work or is there a better way?