Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Mechanics
Inheritance Hierarchy
- FChange
- FCommandChange
- FToolCommandChange
- FLatticeControlPointsMechanicMovementChange
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/LatticeControlPointsMechanic.h |
| Include | #include "Mechanics/LatticeControlPointsMechanic.h" |
Syntax
class FLatticeControlPointsMechanicMovementChange : public FToolCommandChange
Remarks
Control points have moved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFirstMovement | ||
| int32 | ChangeStamp | ||
| TMap< int32, FVector3d > | NewPositions | ||
| TMap< int32, FVector3d > | OriginalPositions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLatticeControlPointsMechanicMovementChange
(
const TMap< int32, FVector3d >& OriginalPositionsIn, |