Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FGroupTopology
Description
Rebuilds the topology graph while ignoring ShouldAddExtraCornerAtVert and only determining whether an extra corner should be forced by seeing whether the vertex is in the provided set. This is used to rebuild the topology with a particular group of extra corners during client undo/redo operations where the behavior of ShouldAddExtraCornerAtVert may have changed in the interim.
| Name | RebuildTopologyWithSpecificExtraCorners |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h |
| Include Path | #include "GroupTopology.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/GroupTopology.cpp |
virtual bool RebuildTopologyWithSpecificExtraCorners
(
const TSet< int32 > & ExtraCornerVids
)