Pickup problem Inventory System [Mobile Dev]

Hello, i have a problem with my pickup item action in my inventory sytem.
When my character is overlapping two item to pickup, when i press the icon of one, the two are picking up.
If you have some suggestions, i’m new in programming so i just watch the Unreal youtube tutorial.
​​​​​​https://www.youtube.com/watch?v=r4tl…8sc7RP_-8eSr3i

What i want to do : Click on the icon of the item and the item go into inventory.
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“medium”,“data-tempid”:“temp_115892_1504207760381_520”}[/ATTACH]
Items icon are at the right side of the screen, 2 items are on the floor here, and i want to take only the first one but when i click on it it take all the two items not the first one :frowning:

Here is my code :

Player controller :
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“data-tempid”:“temp_115884_1504207948646_744”}[/ATTACH]

Player BluePrint :

HUD Widget :

Structure :
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“data-tempid”:“temp_115889_1504208078689_300”}[/ATTACH]

Base actor pickup :