Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshSelection
Combine two Mesh Selections into a new Mesh Selection. The two inputs SelectionA and SelectionB must have the same Type.
Target is Geometry Script Library Mesh Selection Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Selection A | |
| struct | Selection B | |
| enum | Combine Mode | specifies how the selection elements in SelectionA and SelectionB are interpreted/combined. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Result Selection |