Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/GroupTopologyDeformer.h |
| Include | #include "Operations/GroupTopologyDeformer.h" |
Syntax
class FVertexPositionCache
Remarks
Basic cache of vertex positions.
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddVertex
(
const FDynamicMesh3* Mesh, |
Save this vertex. Does not check that VertexID hasn't already been added. | |
| void | Reset () |
||
| void | SetPositions
(
FDynamicMesh3* Mesh |
Apply saved positions to Mesh |