Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection
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 |
int32 AddElements
&40;
int32 NumberElements,
FName Group
&41;
Remarks
Add elements to a group
starting index of the new ManagedArray
Parameters
| Name | Description |
|---|---|
| NumberElements | The number of array entries to add |
| Group | The group to append entries to. |