Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshEdits
Adds a list of vertices to the mesh, and populates the NewIndicesList with the corresponding new Vertex IDs.
Target is Geometry Script Library Mesh Basic Edit Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| struct | New Positions List | |
| boolean | Defer Change Notifications |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | New Indices List | |
| object | Target Mesh |