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 InsertElements
&40;
int32 NumberElements,
int32 Position,
FName Group
&41;
Remarks
Insert elements to a group
starting index of the new ManagedArray
Parameters
| Name | Description |
|---|---|
| NumberElements | The number of array entries to add |
| Position | The position in the managed array where to insert entries. |
| Group | The group to append entries to. |