You could make an object variable in the game instance, on begin play in the level blueprint cast to the game instance and set the object variable to a self reference, then use that variable from the game instance to send the interface calls to the level blueprint. I do not know of any simpler way to communicate with the level bp but if someone else does please share.