unreal.RigUnit_HierarchyAddAnimationChannelVector2D

class unreal.RigUnit_HierarchyAddAnimationChannelVector2D(execute_context: ControlRigExecuteContext = [], parent: RigElementKey = Ellipsis, name: Name = 'None', item: RigElementKey = Ellipsis, initial_value: Vector2D = Ellipsis, minimum_value: Vector2D = Ellipsis, maximum_value: Vector2D = Ellipsis, limits_enabled: RigUnit_HierarchyAddAnimationChannel2DLimitSettings = Ellipsis)

Bases: RigUnit_HierarchyAddElement

Adds a new animation channel to the hierarchy Note: This node only runs as part of the construction event.

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_DynamicHierarchy.h

Editor Properties: (see get_editor_property/set_editor_property)

  • execute_context (ControlRigExecuteContext): [Read-Write] * This property is used to chain multiple mutable units together

  • initial_value (Vector2D): [Read-Write] * The initial value of the new animation channel

  • item (RigElementKey): [Read-Write] * The resulting item

  • limits_enabled (RigUnit_HierarchyAddAnimationChannel2DLimitSettings): [Read-Write] * The enable settings for the limits

  • maximum_value (Vector2D): [Read-Write] * The maximum value for the animation channel

  • minimum_value (Vector2D): [Read-Write] * The initial value of the new animation channel

  • name (Name): [Read-Write] * The name of the new element to add

  • parent (RigElementKey): [Read-Write] * The parent of the new element to add

property initial_value: Vector2D

[Read-Write] * The initial value of the new animation channel

Type:

(Vector2D)

property limits_enabled: RigUnit_HierarchyAddAnimationChannel2DLimitSettings

[Read-Write] * The enable settings for the limits

Type:

(RigUnit_HierarchyAddAnimationChannel2DLimitSettings)

property maximum_value: Vector2D

[Read-Write] * The maximum value for the animation channel

Type:

(Vector2D)

property minimum_value: Vector2D

[Read-Write] * The initial value of the new animation channel

Type:

(Vector2D)