Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshEditor > API/Runtime/GeometryCore/FDynamicMeshEditor/RemoveSeamsAtEdges
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMeshEditor.h |
| Include | #include "DynamicMeshEditor.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMeshEditor.cpp |
static bool RemoveSeamsAtEdges
(
const TSet < int32 > & EidsToRemoveAsSeams,
TDynamicMeshOverlay < float, 2 > * Overlay
)
Remarks
Merge any seams in the given 2D attribute Overlay along the given mesh edge IDs true on success
Parameters
| Name | Description |
|---|---|
| EidsToRemoveAsSeams | list of edges to remove seams from |