Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshConstraintsUtil
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshConstraintsUtil.h |
| Include | #include "MeshConstraintsUtil.h" |
template<typename RealType, int ElementSize>
static void ConstrainSeams
&40;
FMeshConstraints & Constraints,
const FDynamicMesh3 & Mesh,
const TDynamicMeshOverlay< RealType, ElementSize > & Overlay
&41;
Remarks
Constrain attribute seams of the given overlay
Parameters
| Name | Description |
|---|---|
| Constraints | the set of constraints to add to |
| Mesh | the mesh to constrain |
| Overlay | the attribute overlay to find seams in |