How do i pick up and snap to location

I’m very new to unreal, done a bit if research but haven’t found an answer to this

Hello, I’m trying to pick up an and move it to a certain point before it locks into place. To set the scene I have a car with no wheels, and the aim is to pick up each wheel from the ground and snap them into the proper place once the player picks it up and goes to the place it’s meant to attach to

I know how to pick up objects, it’s the placing part I need assistance with. Thanks!

If the car is a Skeleton, then I would look up YouTube on how people snap new weapons in to the characters hands. Just modify it.

Regards

If the car is a skeleton, create slots for the tires, then, when the character steps on that place:

[1] destroy the actor ‘tire’ the player is holding.
[2] spawn that actor ‘tire’ in the slot.