Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshChange
Description
Store IDs of affected vertices in VerticesOut both vertices on saved triangles, and directly saved vertices. if bRevert=true, returns old vertex IDs, otherwise new IDs are returned.
| Name | GetAffectedVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshChangeTracker.h |
| Include Path | #include "DynamicMesh/DynamicMeshChangeTracker.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshChangeTracker.cpp |
void GetAffectedVertices
(
TArray < int > & VerticesOut,
bool bRevert
) const