Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FDeformableEdgePath
Description
Compute data associated with the joint formed by the specified segment (outgoing), and the preceding segment (incoming) in the path. Also update the JointAngleQueue that tracks straightness of each joint.
| Name | UpdateJointAndQueue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/GeodesicPath.h |
| Include Path | #include "Operations/GeodesicPath.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/GeodesicPath.cpp |
void UpdateJointAndQueue
(
int32 OutgoingSegmentID
)