Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Forward declarations.
| Name | UE::Geometry::EEnumerateSelectionConversionParams |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelectionUtil.h |
| Include Path | #include "Selections/GeometrySelectionUtil.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EEnumerateSelectionConversionParams
{
ContainSelection,
ExpandSelection,
}
}
}
Values
| Name | Remarks |
|---|---|
| ContainSelection | Converts to components whose constituent parts are all contained in the initial selection. |
| ExpandSelection | Converts to components where any of its constituent parts are included in the initial selection. |