I had the same problem 3 days ago and I solved it using the Casting method even thought it seems not the perfect solution but I do the job, I also checked the tappy chicken example, they used the same method to communicate with BP_mainGame as they’ve created a GameManager of type Actor and cast it to BP_mainGame instead of making it a BP_mainGame type !, seems weird but it works