Description
CollectionSelectByAttr (v1)
Selects specified Vertices/Faces/Transforms in the GeometryCollection by using an attribute value Currently supported attribute types: float, int32, String, bool
Input(s) : Collection [Intrinsic] - GeometryCollection for the selection AttributeKey - AttributeKey input
Output(s): Collection [Passthrough] - GeometryCollection for the selection VertexSelection - Vertex selection output FaceSelection - Face selection output TransformSelection - Transform selection output GeometrySelection - Geometry selection output MaterialSelection - Material selection output CurveSelection - Curve selection output
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection|Selection|All |
| Type | FCollectionSelectionByAttrDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Group | Group | ESelectionByAttrGroup | Faces |
| Attribute | Attribute for the selection | FString | Internal |
| Operation | Operation | ESelectionByAttrOperation | Equal |
| Value | Attribute value for the operation | FString | true |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | () |
| AttributeKey | AttributeKey input | FCollectionAttributeKey | (Attribute="",Group="") |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | GeometryCollection for the selection | FManagedArrayCollection | |
| VertexSelection | Vertex selection output | FDataflowVertexSelection | |
| FaceSelection | Face selection output | FDataflowFaceSelection | |
| TransformSelection | Transform selection output | FDataflowTransformSelection | |
| GeometrySelection | Geometry selection output | FDataflowGeometrySelection | |
| MaterialSelection | Material selection output | FDataflowMaterialSelection | |
| CurveSelection | Curve selection output | FDataflowCurveSelection |