Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection
Inheritance Hierarchy
- FToolCommandChange
- IGeometrySelectionChange
- FGeometrySelectionDeltaChange
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelectionChanges.h |
| Include | #include "Selection/GeometrySelectionChanges.h" |
Syntax
class FGeometrySelectionDeltaChange :
public FToolCommandChange,
public IGeometrySelectionChange
Remarks
FGeometrySelectionDeltaChange stores a Remove-then-Add change in a FGeometrySelection.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGeometrySelectionDelta | Delta | ||
| FGeometryIdentifier | Identifier |
Overridden from FChange
| 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 | ||
| FString | ToString () |
Describes this change (for debugging) |
Overridden from IGeometrySelectionChange
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyChange
(
FGeometrySelectionEditor* Editor, |
||
| FGeometryIdentifier | |||
| void | RevertChange
(
FGeometrySelectionEditor* Editor, |