hello I’m new to UE5 and I’d like to make a system where the player can pick up an object by walking from it so that the object is in the player’s hand
You will need to research for interacting system using collision sphere/line trace+function interface+widget component depending on your style of your gameplay.
And look for how to do attachment to place the interacted item in the char hand.