Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshEdits
Adds a new vertex to the mesh and returns a new Vertex ID (NewVertexIndex).
Target is Geometry Script Library Mesh Basic Edit Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| vector | New Position | |
| boolean | Defer Change Notifications |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| integer | New Vertex Index | |
| object | Target Mesh |