Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries
Returns all edge element IDs that are UV seam edges for a given UV channel.
Target is Geometry Script Library Mesh Query Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | The mesh to query. |
| integer | UV Channel | The UV channel to query |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Have Valid UVs | True, if the mesh has UVs for the given UVSetIndex. |
| struct | Element IDs | The returned edge element IDs |
| object | Target Mesh | The target mesh that was queried. |