Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyMutableFacade
Description
Copy all properties and values from an existing collection to this property collection. Dirty flags will be copied directly. This won't copy any other groups, only data from PropertyGroup. Any pre-xisting data will be removed/replaced.
| Name | Copy |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollectionPropertyFacade.h |
| Include Path | #include "Chaos/CollectionPropertyFacade.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/CollectionPropertyFacade.cpp |
void Copy
(
const FManagedArrayCollection & InManagedArrayCollection
)