unreal.RigUnit_HierarchyGetChildren

class unreal.RigUnit_HierarchyGetChildren(parent: RigElementKey = Ellipsis, include_parent: bool = False, recursive: bool = False, children: RigElementKeyCollection = Ellipsis)

Bases: RigUnit_HierarchyBase

Returns the item’s children

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Hierarchy.h

Editor Properties: (see get_editor_property/set_editor_property)

  • children (RigElementKeyCollection): [Read-Write] Children

  • include_parent (bool): [Read-Write] Include Parent

  • parent (RigElementKey): [Read-Write] Parent

  • recursive (bool): [Read-Write] Recursive

property children: RigElementKeyCollection

[Read-Only] Children

Type:

(RigElementKeyCollection)

property include_parent: bool

[Read-Write] Include Parent

Type:

(bool)

property parent: RigElementKey

[Read-Write] Parent

Type:

(RigElementKey)

property recursive: bool

[Read-Write] Recursive

Type:

(bool)