Navigation
API > API/Plugins > API/Plugins/ModelingComponents
FGeometrySelectionReplaceChange stores a full replacement of a FGeometrySelection, ie full copies of the selection set before and after the change
| Name | FGeometrySelectionReplaceChange |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelectionChanges.h |
| Include Path | #include "Selection/GeometrySelectionChanges.h" |
Syntax
class FGeometrySelectionReplaceChange :
public FToolCommandChange ,
public IGeometrySelectionChange
Inheritance Hierarchy
- FChange → FCommandChange → FToolCommandChange → FGeometrySelectionReplaceChange
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| After | FGeometrySelection | Selection/GeometrySelectionChanges.h | ||
| Before | FGeometrySelection | Selection/GeometrySelectionChanges.h | ||
| Identifier | FGeometryIdentifier | Selection/GeometrySelectionChanges.h |
Functions
Public
Overridden from FChange
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Apply
(
UObject* Object |
Makes the change to the object | Selection/GeometrySelectionChanges.h | |
virtual bool HasExpired
(
UObject* Object |
Change has expired if the SelectionManager no longer exists | Selection/GeometrySelectionChanges.h | |
virtual void Revert
(
UObject* Object |
Reverts change to the object | Selection/GeometrySelectionChanges.h | |
virtual FString ToString() |
Describes this change (for debugging) | Selection/GeometrySelectionChanges.h |
Overridden from IGeometrySelectionChange
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyChange
(
FGeometrySelectionEditor* Editor, |
Selection/GeometrySelectionChanges.h | ||
virtual FGeometryIdentifier GetIdentifier() |
Selection/GeometrySelectionChanges.h | ||
virtual void RevertChange
(
FGeometrySelectionEditor* Editor, |
Selection/GeometrySelectionChanges.h |