Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FSelectiveTessellate
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/SelectiveTessellate.h |
| Include | #include "Operations/SelectiveTessellate.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/SelectiveTessellate.cpp |
static TUniquePtr< FTessellationPattern > CreateConcentricRingsPatternFromMaterial
&40;
const FDynamicMesh3 &42; InMesh,
const int InTessellationLevel,
const int MaterialID
&41;
Remarks
Tessellate only triangles that belong to a given material (FDynamicMeshMaterialAttribute). nullptr if InMesh has no attributes, no material attribute or if no material attribute with the given id exists.