Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset > API/Plugins/ChaosClothAsset/FCollectionClothSelectionFacade
Description
Append all sets from an existing collection to this collection. Matching sets (i.e., same name and type) will be unioned. Mismatching sets (same name, different type) will be handled according to bOverwriteExistingIfMismatched
| Name | Append |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSelectionFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSelectionFacade.h" |
void Append
(
const FCollectionClothSelectionConstFacade & Other,
bool bOverwriteExistingIfMismatched
)
Parameters
| Name | Remarks |
|---|---|
| bOverwriteExistingIfMismatched | If true, overwrite existing mismatched sets. If false, keep the existing set. |