Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
| Name | EMeshSelectionElementType |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/SelectionSet.h |
| Include Path | #include "SelectionSet.h" |
Syntax
enum EMeshSelectionElementType
{
Vertex = 0,
Face = 1,
Edge = 2,
Group = 3,
}
Values
| Name | Remarks |
|---|---|
| Vertex | |
| Face | |
| Edge | |
| Group |