Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/IConstrainedMeshSolver
Description
Returns the vertex locations of the deformed mesh. Note the array may have empty elements as the index matches the Mesh based VtxId. PositionBuffer[VtxId] = Pos.
| Name | Deform |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Solvers/ConstrainedMeshSolver.h |
| Include Path | #include "Solvers/ConstrainedMeshSolver.h" |
bool Deform
(
TArray < FVector3d > & PositionBuffer
)