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>
void AddExternalAttribute
&40;
FName Name,
FName Group,
TManagedArray< T > & ValueIn,
FConstructionParameters Parameters
&41;
Remarks
Add an external attribute of Type(T) to the group for size management. Lifetime is managed by the caller, must make sure the array is alive when the collection is
Parameters
| Name | Description |
|---|---|
| Name | The name of the attribute |
| Group | The group that manages the attribute |
| ValueIn | The array to be managed |