Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyMutableFacade
Description
Update all properties and values from an existing collection to this property collection. This won't copy any other groups, only data from PropertyGroup. Modified properties will be marked dirty.
| Name | Update |
| 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 Update
(
const TSharedPtr < const FManagedArrayCollection > & InManagedArrayCollection,
ECollectionPropertyUpdateFlags UpdateFlags
)