Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshSelection
Create a new Mesh Selection of UV seam edges for the TargetMesh
Target is Geometry Script Library Mesh Selection Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| integer | UV Channel | Seams will be found with respect to this UV Channel |
| boolean | Exclude Mesh Boundary Edges | If true, do not include mesh boundary edges in the selection; otherwise, they will be included. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Selection | |
| boolean | Have Valid UVs | If false, the requested UV Channel was not present on the TargetMesh |
| object | Target Mesh |