First go to Project Settings and under Maps & Modes set your Game Instance to be the default one. Then you have two options, one is to “Get Game Instance > Cast To NameOfYourGameInstance” and get the variables that you need, the other option is to create a Blueprint Function Library and inside it create a new function that does the same thing and connect it to be the return value, after which you can simply call it from any blueprint.