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::Geometry::UpdateSelectionWithNewElements
(
FGeometrySelectionEditor * Editor,
EGeometrySelectionChangeType ChangeType,
const TArray < uint64 > & NewIDs,
FGeometrySelectionDelta * DeltaOut
)
}
}
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 |