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;UpdateSelectionWithNewElements
&40;
FGeometrySelectionEditor &42; Editor,
EGeometrySelectionChangeType ChangeType,
const TArray< uint64 > & NewIDs,
FGeometrySelectionDelta &42; DeltaOut
&41;
}
}
Remarks
Update a FGeometrySelection (via the Editor)
Parameters
| Name | Description |
|---|---|
| ChangeType | type of change to make (add/remove/replace) |
| NewIDs | set of new IDs to use to update the selection |
| Delta | selection delta will be stored here, if non-nullptr is provided |