make an object with 2 actor references called mom and dad, and set their values to the objects you want to follow.
onEventTick, use IsValid to check if they are both valid, use getActorLocation on each, lerp between those 2 vector locations with a float variable plugged into alpha on the vlerp, and use setActorLocation to move the object to the new position.