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 > * FindOrAddAttributeTyped
(
FName Name,
FName Group,
FConstructionParameters Parameters
)
Remarks
Add an attribute of Type(T) to the group or find the existing attribute with the same name and type. pointer to the added/found managed array. If there is a type mismatch with an existing attribute, returns nullptr.
Parameters
| Name | Description |
|---|---|
| Name | The name of the attribute |
| Group | The group that manages the attribute |