unreal.RigUnit_HierarchyGetPose

class unreal.RigUnit_HierarchyGetPose(initial: bool = False, element_type: RigElementType = Ellipsis, items_to_get: RigElementKeyCollection = Ellipsis, pose: RigPose = [])

Bases: RigUnit_HierarchyBase

Returns the hierarchy’s 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]

  • initial (bool): [Read-Write]

  • items_to_get (RigElementKeyCollection): [Read-Write] An optional collection to filter against

  • pose (RigPose): [Read-Write]

property element_type: RigElementType

[Read-Write]

Type:

(RigElementType)

property initial: bool

[Read-Write]

Type:

(bool)

property items_to_get: RigElementKeyCollection

[Read-Write] An optional collection to filter against

Type:

(RigElementKeyCollection)

property pose: RigPose

[Read-Only]

Type:

(RigPose)