First create a Game Instance BP if you havent already and set it as your project’s game instance in Project Settings > Maps & Modes. Then open up the game instance BP and create your variable in it, compile.
Then you can access that variable(get/set) in any blueprint you want. Like so;
For instance, if you set it in level BP then you will get that value when you get the variable in another BP.