Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/IGeometrySelector
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include | #include "Selection/GeometrySelector.h" |
Syntax
enum EInitializeSelectionMode
&123;
All,
Connected,
AdjacentToBorder,
&125;
Values
| Name | Description |
|---|---|
| All | Create a selection of all geometry elements |
| Connected | Create a selection of all geometry elements connected to a ReferenceSelection |
| AdjacentToBorder | Create a selection of all geometry elements directly connected to a ReferenceSelection (ie adjacent/one-ring/etc) |