FManagedArrayBase::Reindex

Reindex - Adjust index dependent elements.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArray.h

Include

#include "GeometryCollection/ManagedArray.h"

Syntax

virtual void Reindex
(
    const TArray< int32 > & Offsets,
    const int32 & FinalSize,
    const TArray< int32 > & SortedDeletionList
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss