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