Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/FBaseDynamicMeshSelector
- IGeometrySelector::UpdateSelectionFromSelection()
- FBaseDynamicMeshSelector::UpdateSelectionFromSelection()
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/DynamicMeshSelector.h |
| Include | #include "Selection/DynamicMeshSelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/DynamicMeshSelector.cpp |
virtual void UpdateSelectionFromSelection
&40;
const FGeometrySelection & FromSelection,
bool bAllowConversion,
FGeometrySelectionEditor & SelectionEditor,
const FGeometrySelectionUpdateConfig & UpdateConfig,
UE::Geometry::FGeometrySelectionDelta &42; SelectionDelta
&41;
Remarks
Combine FromSelection with the current Selection owned/referenced by the Selector, using the provided SelectionEditor and UpdateConfig. This can be used to explicitly initialize the Selection, restore it to a previous state for undo/redo, etc.
Parameters
| Name | Description |
|---|---|
| bAllowConversion | if true, FromSelection's Geometry/Topology type will be converted to the internal types of the Selector/SelectionEditor |
| SelectionDelta | if passed as non-null, this Delta will be initialized based on the change in the internal Selection |