unreal.TransformableComponentHandle

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

Bases: TransformableHandle

Transformable Component Handle

C++ Source:

  • Module: Constraints

  • File: TransformableHandle.h

Editor Properties: (see get_editor_property/set_editor_property)

  • component (SceneComponent): [Read-Write] The Component that this handle is pointing at.

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

  • socket_name (Name): [Read-Write] Optional socket name on Component.

property component: SceneComponent

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

Type:

(SceneComponent)

property socket_name: Name

[Read-Only] Optional socket name on Component.

Type:

(Name)