Do UE4 blueprints have any concepts like 'global' variables?

well no, because you still need a reference to an instance to be able to call an interface. right? so what do I do if there’s data in the level blueprint I want to access in my character?