unreal.RigUnit_HierarchyGetParents
¶
- class unreal.RigUnit_HierarchyGetParents(child: RigElementKey = Ellipsis, include_child: bool = False, reverse: bool = False, parents: RigElementKeyCollection = Ellipsis)¶
Bases:
RigUnit_HierarchyBase
Returns the item’s parents
C++ Source:
Plugin: ControlRig
Module: ControlRig
File: RigUnit_Hierarchy.h
Editor Properties: (see get_editor_property/set_editor_property)
child
(RigElementKey): [Read-Write] Childinclude_child
(bool): [Read-Write] Include Childparents
(RigElementKeyCollection): [Read-Write] Parentsreverse
(bool): [Read-Write] Reverse
- property child: RigElementKey¶
[Read-Write] Child
- Type:
- property parents: RigElementKeyCollection¶
[Read-Only] Parents
- Type: