unreal.RigUnit_SetSpaceTransform
¶
- class unreal.RigUnit_SetSpaceTransform(execute_context: ControlRigExecuteContext = [], space: Name = 'None', weight: float = 0.0, transform: Transform = Ellipsis, space_type: RigVMTransformSpace = Ellipsis)¶
Bases:
RigUnitMutable
SetSpaceTransform 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] * This property is used to chain multiple mutable units togetherspace
(Name): [Read-Write] The name of the Space to set the transform for.space_type
(RigVMTransformSpace): [Read-Write] Defines if the bone’s transform should be set in local or global space.transform
(Transform): [Read-Write] The transform value to set for the given Space.weight
(float): [Read-Write] The weight of the change - how much the change should be applied
- property space_type: RigVMTransformSpace¶
[Read-Write] Defines if the bone’s transform should be set in local or global space.
- Type: