unreal.RigBaseElement

class unreal.RigBaseElement(key: RigElementKey = Ellipsis, index: int = 0, sub_index: int = 0, selected: bool = False, created_at_instruction_index: int = 0)

Bases: StructBase

Rig Base Element

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigHierarchyElements.h

Editor Properties: (see get_editor_property/set_editor_property)

  • created_at_instruction_index (int32): [Read-Write] Created at Instruction Index

  • index (int32): [Read-Only] Index

  • key (RigElementKey): [Read-Only] Key

  • selected (bool): [Read-Write] Selected

  • sub_index (int32): [Read-Only] Sub Index

property created_at_instruction_index: int

[Read-Only] Created at Instruction Index

Type:

(int32)

property index: int

[Read-Only] Index

Type:

(int32)

property key: RigElementKey

[Read-Only] Key

Type:

(RigElementKey)

property selected: bool

[Read-Only] Selected

Type:

(bool)

property sub_index: int

[Read-Only] Sub Index

Type:

(int32)