Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Parameterization > API/Plugins/DynamicMesh/Parameterization/FDynamicMeshUVEditor
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Parameterization/DynamicMeshUVEditor.h |
| Include | #include "Parameterization/DynamicMeshUVEditor.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Parameterization/DynamicMeshUVEditor.cpp |
bool CreateSeamsAtEdges
&40;
const TSet< int32 > & EidsToMakeIntoSeams,
FUVEditResult &42; Result
&41;
Remarks
Cut existing UV topology with a set of edges. This allows for creating partial seams/darts, interior cuts, etc.
Avoids creating bowties. In cases where an edge is not next to any present or future seams/borders, some adjacent edge will be picked to be made into a seam as well, since it's impossible to make the original into a seam otherwise. true on success
Parameters
| Name | Description |
|---|---|
| EidsToMakeIntoSeams | list of edges to turn into seams |
| Result | if non-null, list of new UV elements created along the path will be stored here (not ordered) |