Help with moving player on a platform

Hello, I have a simple problem that I can’t seem to figure out. In my game, there is an event that makes a platform move downward. They player pawn needs to move down with the platform. The platform is moved with a simple matinee and I’m simply getting the location of the actor in the matinee and using it to set a variable that sets the location of the pawn. I cannot figure out why the pawn isn’t moving down.