Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Selections
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelectionUtil.h |
| Include | #include "Selections/GeometrySelectionUtil.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Selections/GeometrySelectionUtil.cpp |
namespace UE
{
namespace Geometry
{
bool UE&58;&58;Geometry&58;&58;CombineSelectionInPlace
&40;
FGeometrySelection & SelectionA,
const FGeometrySelection & SelectionB,
EGeometrySelectionCombineModes CombineMode
&41;
}
}
Remarks
Combine the elements of SelectionA and SelectionB using the provided CombineMode, and store the result in SelectionA. true if the selectins were compatible (ie both the same type) and of supported geometry/topology type.