Help with 2 actors using the same widget.

So… I have 1 widget where I have 2 wrap boxes, these wrap boxes are filled with 2 different inventories, one is my player’s inventory and the other is that of a container. When I click on a slot in my player’s wrap box, I can’t update it to show a selection border, when I click on my container’s wrap box, I can update it. I noticed that this is the “target” that I call within my container blueprint. If I change the target, it works, however, I need both actors to be able to use the widget in a shared way. How could I do so that 2 actors can use the same widget?