First Person Blueprint - Camera Damping?

Tinterp to is for transform, transform contain three part : Location, Rotation and Scale

So if you want only location changing, use Vinterp to

The target means which point you want to move to ( if you use Tinterp, it also change the rotation and scale)

Also, this function need to be used in Event Tick