unreal.RigUnit_HierarchyGetSiblingsItemArray

class unreal.RigUnit_HierarchyGetSiblingsItemArray(item: RigElementKey = Ellipsis, include_item: bool = False, siblings: Array[RigElementKey] = [])

Bases: RigUnit_HierarchyBase

Returns the item’s siblings

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Hierarchy.h

Editor Properties: (see get_editor_property/set_editor_property)

  • include_item (bool): [Read-Write] Include Item

  • item (RigElementKey): [Read-Write] Item

  • siblings (Array[RigElementKey]): [Read-Write] Siblings

property include_item: bool

[Read-Write] Include Item

Type:

(bool)

property item: RigElementKey

[Read-Write] Item

Type:

(RigElementKey)

property siblings: Array[RigElementKey]

[Read-Only] Siblings

Type:

(Array[RigElementKey])