Blueprint/Actor send value to LevelBP

I’m not aware of any way to get access to the level BP. Even with interfaces, it would have to be the Level BP that sets it up and calls the interface.

If this is single player, I’d just put the level variable in your game instance. You can use GetGameInstance and cast it to your custom GameInstance Class.