Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshOctree3
Description
Reinsert a set of triangles into the tree. Internally precomputes which triangles need re-inserting, which can be done in parallel and generally saves time as some triangles can be skipped.
| Name | ReinsertTrianglesParallel |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOctree3.h |
| Include Path | #include "DynamicMesh/DynamicMeshOctree3.h" |
void ReinsertTrianglesParallel
(
const TArray < int32 > & Triangles,
TArray < uint32 > & TempBuffer,
TArray < bool > & TempFlagBuffer
)