[[蓝图节点-插值]] + Lerp(Vector) ![[../Picture/蓝图节点-Lerp(Vector).png]] + Alpha为输出向量位于两向量之间的比例值。如果为0则输出值为A向量,为1则为B向量。 + 可用于将Actor朝某个位置移动。