Description
FilterPointsByAttribute (v1)
Selects specified points from an incoming point set by an attribute value Currently supported attribute types: float, int32, bool
Input(s) : Points [Intrinsic] - Points to filter Attribute - Attribute used for the filtering operation
Output(s): Attribute [Passthrough] - Attribute used for the filtering operation FilteredPoints - Points after filtering with the operation PointSelection - VertexSelection storing the filtered points
Information
| Module | DataflowNodes |
| Category | Points|Filter |
| Type | FFilterPointsByAttributeDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Operation | Operation | EFilterByAttributeOperation | Equal |
| Value | Attribute value for the operation | float | 0.000000 |
| Value2 | Attribute value for the operation | float | 0.000000 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Points | Points to filter | FDataflowPoints | (Collection=()) |
| Attribute | Attribute used for the filtering operation | FString | Dummy |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| FilteredPoints | Points after filtering with the operation | FDataflowPoints | |
| PointSelection | VertexSelection storing the filtered points | FDataflowVertexSelection | |
| Attribute | Attribute used for the filtering operation | FString |