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] A

  • b (Vector): [Read-Write] B

  • result (Vector): [Read-Write] Result

  • t (float): [Read-Write] T

property a: Vector

[Read-Write] A

Type:

(Vector)

property b: Vector

[Read-Write] B

Type:

(Vector)

property result: Vector

[Read-Only] Result

Type:

(Vector)

property t: float

[Read-Write] T

Type:

(float)