unreal.RigVMFunction_SpringDampFloat¶
- class unreal.RigVMFunction_SpringDampFloat(execute_pin: RigVMExecutePin = [], value: float = 0.0, value_velocity: float = 0.0, target: float = 0.0, smoothing_time: float = 0.0)¶
Bases:
RigVMFunction_MathMutableBaseDamps a float using a spring damper
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_SpringMath.h
Editor Properties: (see get_editor_property/set_editor_property)
execute_pin(RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable nodes togethersmoothing_time(float): [Read-Write] The time to apply smoothing fortarget(float): [Read-Write] The target to damp towardsvalue(float): [Read-Write] The value to dampvalue_velocity(float): [Read-Write] The velocity of the value