Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-_17
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshQueryFunctions.h |
| Include | #include "GeometryScript/MeshQueryFunctions.h" |
| Source | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Private/MeshQueryFunctions.cpp |
static UDynamicMesh &42; GetAllTriangleIDs
&40;
UDynamicMesh &42; TargetMesh,
FGeometryScriptIndexList & TriangleIDList,
bool & bHasTriangleIDGaps
&41;
Remarks
Returns an Index List of all Triangle IDs in a mesh.
Parameters
| Name | Description |
|---|---|
| bHasTriangleIDGaps | will be true on return if there are breaks in the sequential numeration of Triangle IDs, as would happen after deleting triangles. |