I would use an instance variable - and store the UID of the object used in the move-to command.
another way might be to check to see what instance the moving object is overlapping when it arrives, but since you already know when the move-to command is issued, it is less work to just pick that object by UID (by the instance variable) when the time comes.