Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FDeformableEdgePath
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/GeodesicPath.h |
| Include | #include "Operations/GeodesicPath.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/GeodesicPath.cpp |
virtual void Minimize
&40;
FEdgePathDeformationInfo & DeformedPathInfo,
const int32 MaxNumIterations
&41;
Remarks
Minimize the deformable edge path with respect to the total path length. This minimization finds a local minimum in path length but may not find the shortest over all distance between to points. In this sense the operation can be thought of as a path-straightening.
Parameters
| Name | Description |
|---|---|
| DeformedPathInfo | on return this info struct is populated |
| MaxNumIterations | the maximum number of two-edge joints that may be replaced by shorter paths. |