How to use game instance?

class MyGameInstance in Module A, class MyPawn in Module B, I have a MyPawn reference in MyGameInstance , so Module A dependency on Module B , now how can i get this game instance in MyPawn? Or how to use GameInstance correctly in several modules ?I thought GameInstance can be global access?

might clear ut up somewhat, if you got more questions I could probably help out.