Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Type of change, relative to a FGeometrySelection
| Name | UE::Geometry::EGeometrySelectionChangeType |
| 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 EGeometrySelectionChangeType
{
Add,
Remove,
Replace,
}
}
}
Values
| Name | Remarks |
|---|---|
| Add | Elements Added to Selection |
| Remove | Elements Removed from Selection |
| Replace | Selected Elements replaced with a new set of Selected Elements |