Why Call Event not working and why onactoroverlap is only applied to single object

I’m trying to make a script where when you pick up an orb your progress bar increases. However either call event is not working or onactorbeginoverlap is only applied to the selected orb making other orbs ignore the code.

Orbs

Orb BP - The Collision event applies to every single orb placed in the game, this is good however the call SCOREUPDATE does not work for some reason.

Level BP In this BP it’s the opposite, the call SCOREUPDATE works however it only effect the orb I selected when adding OnActorBeginOverlap and ignore the rest .

Widget WP - This is SCOREUPDATE Event