unreal.RigVMFunction_MathVectorLerp¶
- class unreal.RigVMFunction_MathVectorLerp(a: Vector = Ellipsis, b: Vector = Ellipsis, t: float = 0.0, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorBaseLinearly interpolates between A and B using the ratio T
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathVector.h
Editor Properties: (see get_editor_property/set_editor_property)
a(Vector): [Read-Write] The first vector to interpolate fromb(Vector): [Read-Write] The second vector to interpolate toresult(Vector): [Read-Write] The resulting interpolated vectort(float): [Read-Write] The blend value for the interpolation