You can use GameSingletonClassName in the project settings or ini file, it’s on Engine.h, if you set that to the blueprint you want it will make an instance for you that is globally available.
There’s currently no way to access it directly from blueprints, but you can write a trivial blueprint function in C++ to expose it if you want.