Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection/FindAttribute
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArrayCollection.h |
| Include | #include "GeometryCollection/ManagedArrayCollection.h" |
template<typename T>
TManagedArray< T > &42; FindAttribute
&40;
FName Name,
FName Group
&41;
Remarks
Returns attribute(Name) of Type(T) from the group
ManagedArray
Parameters
| Name | Description |
|---|---|
| Name | The name of the attribute |
| Group | The group that manages the attribute |