unreal.RigUnit_SetSpaceTransform¶
- class unreal.RigUnit_SetSpaceTransform(execute_context: ControlRigExecuteContext = [], space: Name = 'None', weight: float = 0.0, transform: Transform = Ellipsis, space_type: BoneGetterSetterMode = Ellipsis)¶
Bases:
RigUnitMutableSetSpaceTransform is used to perform a change in the hierarchy by setting a single space’s transform.
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_SetSpaceTransform.h
Editor Properties: (see get_editor_property/set_editor_property)
execute_context(ControlRigExecuteContext): [Read-Write] Execute Context: * This property is used to chain multiple mutable units togetherspace(Name): [Read-Write] Space: The name of the Space to set the transform for.space_type(BoneGetterSetterMode): [Read-Write] Space Type: Defines if the bone’s transform should be set in local or global space.transform(Transform): [Read-Write] Transform: The transform value to set for the given Space.weight(float): [Read-Write] Weight: The weight of the change - how much the change should be applied
- property space: Name¶
[Read-Write] Space: The name of the Space to set the transform for.
- Type:
(Name)
- property space_type: BoneGetterSetterMode¶
[Read-Write] Space Type: Defines if the bone’s transform should be set in local or global space.
- Type: