unreal.AIESelectionSetItem¶
- class unreal.AIESelectionSetItem(item_name: Text = '', names: None = [], view_data: AIESelectionSetItemViewData = Ellipsis)¶
Bases:
StructBaseMain selection set item, has it’s name, it’s view data, and array of names making up the set
C++ Source:
Plugin: ControlRig
Module: ControlRigEditor
File: SelectionSets.h
Editor Properties: (see get_editor_property/set_editor_property)
item_name(Text): [Read-Write] The Name of the Setnames(Array[AIESelectionSetItemName]): [Read-Write] The collection of set items that make up the set, basically an array of names with some metadataview_data(AIESelectionSetItemViewData): [Read-Write] Viewing Data for the set, like location and color
- property names: None¶
[Read-Only] The collection of set items that make up the set, basically an array of names with some metadata
- Type:
- property view_data: AIESelectionSetItemViewData¶
[Read-Only] Viewing Data for the set, like location and color
- Type: