Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection/RemoveElements
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArrayCollection.h |
| Include | #include "GeometryCollection/ManagedArrayCollection.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/ManagedArrayCollection.cpp |
virtual void RemoveElements
&40;
const FName & Group,
int32 NumberElements,
int32 Position
&41;
Remarks
Remove the elements at Position and reindex the dependent arrays
Parameters
| Name | Description |
|---|---|
| Group | The group that manages the attributes |
| NumberElements | The number of array entries to remove |
| Position | The position from which to remove entries |