Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
Description
Change Tracking support
Note: May someday be removed (see comment for SetShapeChangeStampEnabled) Enable/Disable incrementing of the ShapeChangeStamp.
NOTE: Both change stamps are unreliable in many contexts, and may someday get removed. Specifically, they get reset on Clear(), copied to the destination rather than incremented in copies and moves, and do not track any changes via access to the buffers directly (through GetVerticesBuffer(), etc).
| Name | SetShapeChangeStampEnabled |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
void SetShapeChangeStampEnabled
(
bool bEnabled
)