Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries
Returns the vertex positions for each edge in the given index list.
Target is Geometry Script Library Mesh Query Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | The mesh to query |
| struct | Edge IDs | The edge IDs to query |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Start | The output list of start vertex positions |
| struct | End | The output list of end vertex positions |
| object | Target Mesh | The target mesh that was queried |