unreal.RigVMFunction_DampVector

class unreal.RigVMFunction_DampVector(value: Vector = Ellipsis, target: Vector = Ellipsis, smoothing_time: float = 0.0, result: Vector = Ellipsis)

Bases: RigVMFunction_MathBase

Damps a vector value using exponential decay damping

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_SpringMath.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Vector): [Read-Write] Resulting damped value

  • smoothing_time (float): [Read-Write] The time to apply smoothing for

  • target (Vector): [Read-Write] The target value to damp towards

  • value (Vector): [Read-Write] The value to damp

property result: Vector

[Read-Only] Resulting damped value

Type:

(Vector)

property smoothing_time: float

[Read-Write] The time to apply smoothing for

Type:

(float)

property target: Vector

[Read-Write] The target value to damp towards

Type:

(Vector)

property value: Vector

[Read-Write] The value to damp

Type:

(Vector)