Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries
Gets the 3D position of a mesh vertex in the mesh local space, by Vertex ID.
Target is Geometry Script Library Mesh Query Functions
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target Mesh | |
| integer | Vertex ID |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Is Valid Vertex | |
| vector | Position |