unreal.RigVMFunction_DeltaFromPreviousVector

class unreal.RigVMFunction_DeltaFromPreviousVector(value: Vector = Ellipsis, delta: Vector = Ellipsis, previous_value: Vector = Ellipsis)

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 (Vector): [Read-Write] The resulting delta from the previous iteration

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

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

property delta: Vector

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

Type:

(Vector)

property previous_value: Vector

[Read-Only] The value from the previous iteration

Type:

(Vector)

property value: Vector

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

Type:

(Vector)