Picking up and dropping objects in world

i want to pickup objects by hitting the E button. i have the “press E to pickup” popup text working but i just cant figure out how to pick the object up have it a meter in front of the character and rotate with the character a meter in front of the character then beable to drop it

You can use Move component to node. Use the item’s location and the destination get character location plus x forward vector.
When the move component to node is finished, attach the item to the character using attach actor to node. De-attach it when you want to do drop it.

okay thanks ill give this a try