Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshChange
Description
Store IDs of saved triangles in TrianglesOut. if bInitial=true, old triangles are stored, otherwise new triangles
| Name | GetSavedTriangleList |
| 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 GetSavedTriangleList
(
TArray < int > & TrianglesOut,
bool bInitial
) const