unreal.RigUnit_MathTransformLerp

class unreal.RigUnit_MathTransformLerp(a: Transform = Ellipsis, b: Transform = Ellipsis, t: float = 0.0, result: Transform = Ellipsis)

Bases: RigUnit_MathTransformBase

Linearly interpolates between A and B using the ratio T

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Transform): [Read-Write] A

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

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

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

property a: Transform

[Read-Write] A

Type:

(Transform)

property b: Transform

[Read-Write] B

Type:

(Transform)

property result: Transform

[Read-Only] Result

Type:

(Transform)

property t: float

[Read-Write] T

Type:

(float)