Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Type of selected Elements in a FGeometrySelection
| Name | UE::Geometry::EGeometryElementType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelection.h |
| Include Path | #include "Selections/GeometrySelection.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EGeometryElementType
{
Vertex = 1,
Edge = 2,
Face = 4,
}
}
}
Values
| Name | Remarks |
|---|---|
| Vertex | Mesh Vertices, Polygroup Corners, ... |
| Edge | Mesh Edges, Polygroup Edges, ... |
| Face | Mesh Triangles, Polygroup Faces, ... |