unreal.RigUnit_SlideChainItemArray¶
- class unreal.RigUnit_SlideChainItemArray(execute_pin: RigVMExecutePin = [], items: None = [], slide_amount: float = 0.0, propagate_to_children: bool = False)¶
Bases:
RigUnit_HighlevelBaseMutableSlides an existing chain along itself with control over extrapolation.
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_SlideChain.h
Editor Properties: (see get_editor_property/set_editor_property)
execute_pin(RigVMExecutePin): [Read-Write] * This property is used to chain multiple mutable units togetheritems(Array[RigElementKey]): [Read-Write] The items to slidepropagate_to_children(bool): [Read-Only] If set to true all of the global transforms of the children of this bone will be recalculated based on their local transforms. Note: This is computationally more expensive than turning it off.slide_amount(float): [Read-Write] The amount of sliding. This unit is multiple of the chain length.