You can cast from the level blueprint to actor blueprints but not the other way around. This is because the level changes all the time so the actor might be trying to cast to a different level. Use the gamemode blueprint to handle those events instead.