Description
DataflowMeshSelectionCustom (v1)
Creates any type of selection from a DataflowMesh by using a comma separated list Currentlly supperted types: Vertex/Face
Input(s) : Mesh [Intrinsic] - DataflowMesh for the selection Indices - Comma separated list of indices (example: "0, 2, 5-10, 12-15") to specify the selection
Output(s): Mesh [Passthrough] - DataflowMesh for the selection Selection - Selection from the indices. To set the selection type rt mouse click on the Selection output
Information
| Module | DataflowNodes |
| Category | DataflowMesh|Selection |
| Type | FDataflowMeshSelectionCustomDataflowNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | DataflowMesh for the selection | TObjectPtr<UDataflowMesh> | None |
| Indices | Comma separated list of indices (example: "0, 2, 5-10, 12-15") to specify the selection | FString |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | DataflowMesh for the selection | TObjectPtr<UDataflowMesh> | |
| Selection | Selection from the indices. To set the selection type rt mouse click on the Selection output | FDataflowMeshSelectionTypes |