How to get Variables from level BP to another BP

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.

83408-givar.jpg

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.