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" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/ManagedArrayCollection.cpp |
void CopyMatchingAttributesFrom
&40;
const FManagedArrayCollection & InCollection,
const TMap< FName, TSet< FName >> &42; SkipList
&41;
Remarks
Copy attributes that match the input collection. This is a utility to easily sync collections
Parameters
| Name | Description |
|---|---|
| InCollection | All groups from this collection found in the input will be sized accordingly |
| SkipList | Group/Attrs to skip. Keys are group names, values are attributes in those groups. |