Use a level blueprint variable in another blueprint

hi guys
i’m create a variable in my level blueprint and i wanna use this variable in another game blueprint
how can i do this ?
thanks for your help

I think you can’t access level blueprint instance from other blueprint (you can do that only in C++), but you can do other way arround, make level blueprint send variables to other blueprints via functions or setting other blueprints variables directly. You need to think out of the box here

i dont understand ! i try so much to send variables via functions but its does not work !! PLZZZ tell me more and bring a example

You can get the variables from the level blueprint, in other blueprint in that way.
Thats works from other blueprints to other, aswell, not obnly the level BP