FDynamicMesh3::SetVertex_NoTimeStampUpdate

Set vertex position.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMesh3.h"

Syntax

void SetVertex_NoTimeStampUpdate
(
    int VertexID,
    const FVector3d & vNewPos
)

Remarks

Set vertex position. DOES NOT UPDATE TIMESTAMPS. This is meant to be used in conjunction with IncrementTimeStamps, below. 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