Description
CollectionSelectionToAttribute (v1)
Creates specified attribute on the incoming selection's group and sets specified value to selected elements, the nonselected elements will be set to default valu. If the attribute already exists then sets specified value to selected elements.
Input(s) : Collection [Intrinsic] - GeometryCollection input Selection [Intrinsic] - Selection input. The type of this selection defines the group where the data will be stored Attribute - Attribute for storing the selection DefaultValue - Attribute default value Value - Attribute value
Output(s): Collection [Passthrough] - GeometryCollection input Attribute [Passthrough] - Attribute for storing the selection
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection |
| Type | FCollectionSelectionToAttributeDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| AttributeType | Attribute type for storing the selection if not already in the collection | ESelectionToAttributeTypeFlags | Int |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection input | FManagedArrayCollection | () |
| Selection | Selection input. The type of this selection defines the group where the data will be stored | FDataflowSelectionTypes | (Value=()) |
| Attribute | Attribute for storing the selection | FString | Dummy |
| DefaultValue | Attribute default value | FString | 0 |
| Value | Attribute value | FString | 1 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection input | FManagedArrayCollection | |
| Attribute | Attribute for storing the selection | FString |