How do I make a transition between A to B when setting the player's location?

You need to do something like this:

You need a float track in the timeline that goes from 0 to 1 in as many seconds as you like. When you use that as the alpha of the vector lerp it will move the actor from location A to B in the time span of the timeline.