Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection/CopyMatchingAttr-
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
(
const FManagedArrayCollection & InCollection,
const TMap < FName , TSet < FName > > * SkipList
)
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. |