Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FGeometryCollection
Description
Reorder geometry elements. i.e. verts faces etc are reordered so we can get contiguous memory access
| Name | ReorderGeometryElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollection.h |
| Include Path | #include "GeometryCollection/GeometryCollection.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/GeometryCollection.cpp |
void ReorderGeometryElements
(
const TArray < int32 > & NewOrder
)