unreal.TransformableControlHandle

class unreal.TransformableControlHandle(outer: Object | None = None, name: Name | str = 'None')

Bases: TransformableHandle

UTransformableControlHandle

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: ControlRigTransformableHandle.h

Editor Properties: (see get_editor_property/set_editor_property)

  • constraint_binding_id (MovieSceneObjectBindingID): [Read-Write] possible bindingID

  • control_name (Name): [Read-Write] The ControlName of the control that this handle is pointing at.

  • control_rig (ControlRig): [Read-Write] The ControlRig that this handle is pointing at.

property control_name: Name

[Read-Only] The ControlName of the control that this handle is pointing at.

Type:

(Name)

property control_rig: ControlRig

[Read-Only] The ControlRig that this handle is pointing at.

Type:

(ControlRig)