Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FDeformableEdgePath
Description
Remove specified segment from the linked-list path and clean up joint-related data for the joint that ends with this segment. note: the joint data (e.g. joint angle queue) for the joint that started with this segment will be dirty.
| Name | RemoveSegment |
| 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 RemoveSegment
(
int32 SID
)