Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FManagedArrayCollection
Description
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
| Name | AddExternalAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArrayCollection.h |
| Include Path | #include "GeometryCollection/ManagedArrayCollection.h" |
template<typename T>
void AddExternalAttribute
(
FName Name,
FName Group,
TManagedArray < T > & ValueIn,
FConstructionParameters Parameters
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of the attribute |
| Group | The group that manages the attribute |
| ValueIn | The array to be managed |