How can I get information from my level Blueprint

I have a bool variable in my level blueprint that I want to check from another blueprint. can’t figure out how. There isnt a level bluepint_C variable that I can get a reference from like the others.

I am not sure what you are trying to do. But from what I can guess you might need to create an event dispatcher.

Can you give an example or post some screenshots of your blueprints?

Event Dispatcher worked, thanks!