Item pickup and push

Hello i have been trying to make a item that would pickup poop and then push it to a bin and send thatch too. I’m not sure where to start. I was wondering if some one would tell me how this works.

Your item would need to be able to do a line or a sphere trace from a socket on the item. Then, after it detects an overlap event on the actor(s) that you are intending to move, it would need to have some functionality. These steps are done in the blueprints of the item that you are modifying.