Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection > API/Runtime/Chaos/GeometryCollection/FManagedArrayCollection/CopyAttribute
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 CopyAttribute
&40;
const FManagedArrayCollection & InCollection,
FName SrcName,
FName DestName,
FName Group
&41;
Remarks
Copy an attribute. Will perform an implicit group sync.
Parameters
| Name | Description |
|---|---|
| SrcName | The name of the attribute being copied from |
| DestName | The name of the attribute being copied to |
| Group | The group that manages the attribute |