Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Parameterization
| Type | Name | Description | |
|---|---|---|---|
| void | UE::Geometry::UVUnwrapMeshUtil::UpdateUVUnwrapMesh
(
const FDynamicMesh3& SourceUnwrapMesh, |
Given a copy of a UV Unwrap mesh whose positions and connectivity have been updated, update the destination unwrap mesh. | |
| void | UE::Geometry::UVUnwrapMeshUtil::UpdateUVUnwrapMesh
(
const FDynamicMeshUVOverlay& UVOverlayIn, |
Given a mesh that corresponds to an overlay with an exact mapping of triangle IDs and element IDs to vertex IDs (i.e. one generated by GenerateUVUnwrapMesh), update the vertex locations and triangle connectivity of the mesh. |