unreal.RigVMFunction_MathFloatLerp

class unreal.RigVMFunction_MathFloatLerp(a: float = 0.0, b: float = 0.0, t: float = 0.0, result: float = 0.0)

Bases: RigVMFunction_MathFloatBase

Linearly interpolates between A and B using the ratio T

C++ Source:

  • Module: RigVM

  • File: RigVMFunction_MathFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (float): [Read-Write]

  • b (float): [Read-Write]

  • result (float): [Read-Write]

  • t (float): [Read-Write]

property a: float

[Read-Write]

Type:

(float)

property b: float

[Read-Write]

Type:

(float)

property result: float

[Read-Only]

Type:

(float)

property t: float

[Read-Write]

Type:

(float)