Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IGeometrySelector
| |
|
| Name |
EInitializeSelectionMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include Path |
#include "Selection/GeometrySelector.h" |
Syntax
enum EInitializeSelectionMode
{
All,
Connected,
AdjacentToBorder,
}
Values
| Name |
Remarks |
| 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) |