Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries
Returns an Index List of all Triangle IDs in a mesh.
Target is Geometry Script Library Mesh Query Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Triangle IDList | |
| boolean | Has Triangle IDGaps | will be true on return if there are breaks in the sequential numeration of Triangle IDs, as would happen after deleting triangles. |
| object | Target Mesh |