unreal.RigVMFunction_DampFloat¶
- class unreal.RigVMFunction_DampFloat(value: float = 0.0, target: float = 0.0, smoothing_time: float = 0.0, result: float = 0.0)¶
Bases:
RigVMFunction_MathBaseDamps a float 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(float): [Read-Write] Resulting damped valuesmoothing_time(float): [Read-Write] The time to apply smoothing fortarget(float): [Read-Write] The target value to damp towardsvalue(float): [Read-Write] The value to damp