Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Extension of IConstrainedMeshSolver that supports manipulating the underlying Laplacian vectors used in Laplacian-based Deformation Solvers.
| Name | IConstrainedLaplacianMeshSolver |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Solvers/ConstrainedMeshSolver.h |
| Include Path | #include "Solvers/ConstrainedMeshSolver.h" |
Syntax
class IConstrainedLaplacianMeshSolver : public UE::Solvers::IConstrainedMeshSolver
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IConstrainedLaplacianMeshSolver() |
Solvers/ConstrainedMeshSolver.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateLaplacianScale
(
double UniformScale |
Update global scale applied to Laplacian vectors before solve. | Solvers/ConstrainedMeshSolver.h |