Where does simulate physics communicate with the physX engine?

I believe physxScene holds most of the method that Convert ue4 structures to physX ones. PhysLevel has a setup physics tick method that sets the gravity direction for the scene. As far as I can tell each physics scene has one gravity direction. This seems problematic for point gravity.