Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FGroupTopology
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h |
| Include | #include "GroupTopology.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/GroupTopology.cpp |
virtual bool ShouldVertBeCorner
&40;
int VertexID,
bool &42; bIsExtraCornerOut
&41; const
Remarks
Return true if the given vertex should be a corner based on the number of adjoining group edges or based on ShouldAddExtraCornerAtVert, if provided.
Parameters
| Name | Description |
|---|---|
| bIsExtraCornerOut | Set to true if the vertex didn't have 3 or more group adjoining edges, but was forced to be a corner by ShouldAddExtraCornerAtVert. |