unreal.RigVMFunction_DeltaFromPreviousFloat

class unreal.RigVMFunction_DeltaFromPreviousFloat(value: float = 0.0, delta: float = 0.0, previous_value: float = 0.0)

Bases: RigVMFunction_SimBase

Computes the difference from the previous value going through the node

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_DeltaFromPrevious.h

Editor Properties: (see get_editor_property/set_editor_property)

  • delta (float): [Read-Write] The resulting delta from the previous iteration

  • previous_value (float): [Read-Write] The value from the previous iteration

  • value (float): [Read-Write] The input value to compute the delta of

property delta: float

[Read-Only] The resulting delta from the previous iteration

Type:

(float)

property previous_value: float

[Read-Only] The value from the previous iteration

Type:

(float)

property value: float

[Read-Write] The input value to compute the delta of

Type:

(float)