Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FGroupTopology
Syntax
TFunction< bool(const FGroupTopology &GroupTopology, int32 Vid, const FIndex2i &AttachedGroupEdgeEids)> ShouldAddExtraCornerAtVert
Remarks
Optional function that will add extra corners (in addition to the ones that are always placed at junctures of three or more group edges) during RebuildTopology whenever the function returns true for a vertex that is part of a group edge. For instance, this allows corners to be placed at sharp group edge bends even if the given vertex doesn't connect 3 or more group edges.