Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FGroupTopologySelector
Description
Using the edges in the given selection as starting points, add any "edge loops" containing the edges. An edge loop is a sequence of edges that passes through valence-4 corners through the opposite edge, and may not actually form a complete loop if they hit a non-valence-4 corner.
| Name | ExpandSelectionByEdgeLoops |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GroupTopologySelector.h |
| Include Path | #include "Selection/GroupTopologySelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/GroupTopologySelector.cpp |
bool ExpandSelectionByEdgeLoops
(
FGroupTopologySelection & Selection
)
true if selection was modified (i.e., were the already selected edges part of any edge loops whose member edges were not yet all selected).
Parameters
| Name | Remarks |
|---|---|
| Selection | Selection to expand. |