Hi i am trying to obtain a variable from within the Level BP in another BP i have been able to do it the other way round but cant seem to be able to access the ones within the Level BP
You need to create the type of variable you want to pass in your game instance or player controller BP, then get/set that variable in level and other BP’s by getting and setting the variable via game instance(or player controller.)
How would that look im still a bit confused by yr relpy
what would the level BP be under to create the type of variable
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.