Set variable in level blueprint

In level blueprint i have variable “amount_balls_on_screen”, when i spawn a new ball i increment this value by 1, next i have “player” blueprint where if ball collides with player i want to decrement “amount_balls_on_screen” in level blueprint.

How can i do that? (set the variable)