unreal.RigUnit_PoseGetItemsItemArray

class unreal.RigUnit_PoseGetItemsItemArray(pose: RigPose = [], element_type: RigElementType = Ellipsis, items: Array[RigElementKey] = [])

Bases: RigUnit_HierarchyBase

Returns the items in the hierarchy pose

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Hierarchy.h

Editor Properties: (see get_editor_property/set_editor_property)

  • element_type (RigElementType): [Read-Write] Element Type

  • items (Array[RigElementKey]): [Read-Write] Items

  • pose (RigPose): [Read-Write] Pose

property element_type: RigElementType

[Read-Write] Element Type

Type:

(RigElementType)

property items: Array[RigElementKey]

[Read-Only] Items

Type:

(Array[RigElementKey])

property pose: RigPose

[Read-Write] Pose

Type:

(RigPose)