How to get location from a dropped item?

Hello guys!

I get well the dropped items into a foreachloop. Then I cast to a DroppedItem. Still ok there, all comes good.
But when I try to get the dropped location… I get a 0,0,0 location

DropLoc.png

Some ideas?

FOUND IT:
Uncheck “context sensitive” then find “GetActorLocation”. Link the DroppedItem cast to this.
DropLocOK.png