Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TManagedArray_TArray_FIntVector3
Description
Reindex - Adjust index dependent elements. Offsets is the size of the dependent group; Final is post resize of dependent group used for bounds checking on remapped indices.
Virtual Inheritance
- FManagedArrayBase::Reindex → TManagedArray< TArray< FIntVector3 > >::Reindex
| Name | Reindex |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h |
| Include Path | #include "GeometryCollection/ManagedArray.h" |
virtual void Reindex
(
const TArray < int32 > & Offsets,
const int32 & FinalSize,
const TArray < int32 > & SortedDeletionList,
const TSet< int32 > & DeletionSet
)