Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshEdits
Removes a vertex from the mesh as indicated by the VertexID. Should the delete fail, e.g. if the specified vertex was not a mesh element, the flag bWasVertexDeleted will be set to false.
Target is Geometry Script Library Mesh Basic Edit Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| integer | Vertex ID | |
| boolean | Defer Change Notifications |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Was Vertex Deleted | |
| object | Target Mesh |