Keep track of Mesh during root motion animation?

Is there anyway to get the location of a skeletal mesh while its location is being changed by a root motion animation? GetMesh->GetWorldLocation simply returns the location at the beginning of the animation, it doesn’t update as the mesh moves. Same with RelativeLocation. Thanks