Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection
Inheritance Hierarchy
- FToolCommandChange
- IGeometrySelectionChange
- FGeometrySelectionReplaceChange
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelectionChanges.h |
| Include | #include "Selection/GeometrySelectionChanges.h" |
Syntax
class FGeometrySelectionReplaceChange :
public FToolCommandChange ,
public IGeometrySelectionChange
Remarks
FGeometrySelectionReplaceChange stores a full replacement of a FGeometrySelection, ie full copies of the selection set before and after the change
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGeometrySelection | After | ||
| FGeometrySelection | Before | ||
| FGeometryIdentifier | Identifier |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Makes the change to the object | ||
| bool | HasExpired
(
UObject* Object |
Change has expired if the SelectionManager no longer exists | |
| void | Reverts change to the object |
Overridden from FToolCommandChange
Overridden from IGeometrySelectionChange
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyChange
(
FGeometrySelectionEditor* Editor, |
||
| FGeometryIdentifier | |||
| void | RevertChange
(
FGeometrySelectionEditor* Editor, |