Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Mechanics
Inheritance Hierarchy
- FChange
- FCommandChange
- FToolCommandChange
- FLatticeControlPointsMechanicSelectionChange
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/LatticeControlPointsMechanic.h |
| Include | #include "Mechanics/LatticeControlPointsMechanic.h" |
Syntax
class FLatticeControlPointsMechanicSelectionChange : public FToolCommandChange
Remarks
Control point selection has changed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAdded | ||
| int32 | ChangeStamp | ||
| const FTransform | NewTransform | ||
| TSet< int32 > | PointIDs | ||
| const FTransform | PreviousTransform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLatticeControlPointsMechanicSelectionChange
(
int32 PointIDIn, |
|||
FLatticeControlPointsMechanicSelectionChange
(
const TSet< int32 >& PointIDsIn, |