Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionPropertyMutableFacade
Description
Append 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 | Append |
| 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 Append
(
const TSharedPtr < const FManagedArrayCollection > & InManagedArrayCollection,
bool bUpdateExistingProperties
)
Parameters
| Name | Remarks |
|---|---|
| bUpdateExistingProperties | Update existing property values. Otherwise, only new properties will be added. |