Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshEdits
Adds a set of vertices/triangles to the mesh, with Normals, UVs, and Colors; returning the new triangles indices
Target is Geometry Script Library Mesh Basic Edit Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | |
| struct | Buffers | |
| integer | Material ID | |
| boolean | Defer Change Notifications |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | New Triangle Indices List | |
| object | Target Mesh |