Box overlap ignore specific item

Hello,

I have a problem and i ask for help.

I have an overlap with box formy pick ups… I want when i drop one item to know that the specific item is dropped but only this item… Not all the sames items… How can i have variables on specifics items?

Thanks

You need to give each it and ID, it’s just an integer.

Then you can keep an array of items which have been picked up and put down again, or whatever combination you want.

thank you my friend i will search for this… i appreciate

Another way. Put two booleans in the item BP. One is ‘picked up’ the other is ‘put down’.

When you pick it up or put it down, you can set them.

thank you very much… i will give all my efford to find how to do this