Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/DeformationOps
Inheritance Hierarchy
- FDynamicMeshOperator
- FLatticeDeformerOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/DeformationOps/LatticeDeformerOp.h |
| Include | #include "DeformationOps/LatticeDeformerOp.h" |
Syntax
class FLatticeDeformerOp : public UE::Geometry::FDynamicMeshOperator
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDeformNormals | ||
| UE::Geometry::ELatticeInterpolation | InterpolationType | ||
| const TSharedPtr< const UE::Geometry::FFFDLattice, ESPMode::ThreadSafe > | Lattice | Inputs. | |
| const TArray< FVector3d > | LatticeControlPoints | ||
| const TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > | OriginalMesh |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLatticeDeformerOp
(
TSharedPtr< FDynamicMesh3, ESPMode::ThreadSafe > InOriginalMesh, |
Overridden from FDynamicMeshOperator
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation. |