Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | FLatticeDeformerOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/DeformationOps/LatticeDeformerOp.h |
| Include Path | #include "DeformationOps/LatticeDeformerOp.h" |
Syntax
class FLatticeDeformerOp : public UE::Geometry::FDynamicMeshOperator
Inheritance Hierarchy
- FDynamicMeshOperator → FLatticeDeformerOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLatticeDeformerOp
(
TSharedPtr< FDynamicMesh3, ESPMode::ThreadSafe > InOriginalMesh, |
DeformationOps/LatticeDeformerOp.h | ||
FLatticeDeformerOp
(
TSharedPtr< FDynamicMesh3, ESPMode::ThreadSafe > InOriginalMesh, |
DeformationOps/LatticeDeformerOp.h |
Functions
Public
Overridden from FDynamicMeshOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation. | DeformationOps/LatticeDeformerOp.h |