FDynamicMesh3::IncrementTimeStamps

Increment the specified timestamps by the given amount.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMesh3.h

Include

#include "DynamicMesh3.h"

Syntax

void IncrementTimeStamps
(
    int Amount,
    bool bShapeChange,
    bool bTopologyChange
)

Remarks

Increment the specified timestamps by the given amount. Thread-safe. This is meant to be used in conjunction with SetVertex_NoTimeStampUpdate, above. Set a bunch of vertex positions then increment the timestamps with the number of vertices that were moved, rather than incrementing the timestamps for each vertex.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss