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" |
template<typename T>
TManagedArray< T > & AddAttribute
&40;
FName Name,
FName Group,
FConstructionParameters Parameters
&41;
Remarks
Add an attribute of Type(T) to the group
reference to the created ManagedArray
Parameters
| Name | Description |
|---|---|
| Name | The name of the attribute |
| Group | The group that manages the attribute |