unreal.RigUnit_MathVectorLerp
¶
- class unreal.RigUnit_MathVectorLerp(a: Vector = Ellipsis, b: Vector = Ellipsis, t: float = 0.0, result: Vector = Ellipsis)¶
Bases:
RigUnit_MathVectorBase
Linearly interpolates between A and B using the ratio T
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_MathVector.h
Editor Properties: (see get_editor_property/set_editor_property)
a
(Vector): [Read-Write] Ab
(Vector): [Read-Write] Bresult
(Vector): [Read-Write] Resultt
(float): [Read-Write] T