2d pick up

Put a collision on Character/Pawn BP,

On pressing R, get colliding actors, for loop, cast each actor to Item actor,

if cast succeeded, do pick up logic,

and finally, to destroy this item,

connect this actor to target in destroy actor function. This will destroy that one specific actor only.