Onclicked overlap issues

Hello to everyone, i try to build a furniture configurator.
I start in topdown template.
I use system similar to RTS with spawn ghost and child actors.

My problem is when i want to move my geometry with “onclickedActor”: if i clicked on geometry to open his 3d widget menu, i wont not able to open another 3dwidget menu in other clicked actor.
Because if i do this (click more actor and so have more than 1 widget active) when i click on button “move” the movement take 2 actor whit menu active and not only one. like in video. Vid.1 - YouTube

the problem is that if I click on two or more actors I open 2 or more 3dwidget.
I would therefore like that if I click on an actor just open the clicked actor’s menu and not the others.

this is my manage BP