Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/UPolygonSelectionMechanic
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/PolygonSelectionMechanic.h |
| Include | #include "Selection/PolygonSelectionMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/PolygonSelectionMechanic.cpp |
void GrowSelection
(
bool bAsTriangleTopology
)
Remarks
Expands selection at the borders.
Parameters
| Name | Description |
|---|---|
| bAsTriangleTopology | Can be set true if the topology type is FTriangleGroupTopology, to perform the operation a bit more efficiently by using the mesh topology directly. |