Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Type of selected Topology in a FGeometrySelection.
| Name | UE::Geometry::EGeometryTopologyType |
| 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 EGeometryTopologyType
{
Triangle = 1,
Polygroup = 2,
}
}
}
Values
| Name | Remarks |
|---|---|
| Triangle | |
| Polygroup |