Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset > API/Plugins/ChaosClothAsset/FCollectionClothSelectionFacade
Description
Find, or add if it doesn't already exist, a secondary selection set for the specified group with the given name. NOTE: A selection with the given name must already exist. This function just adds a secondary set to the existing selection. If the group doesn't already exists, this function will create it. If the secondary selection set already exists, but depends on a different group, the old secondary selection set will be deleted and a new one recreated with the new group dependency.
| Name | FindOrAddSelectionSecondarySet |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSelectionFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSelectionFacade.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Private/ChaosClothAsset/CollectionClothSelectionFacade.cpp |
TSet< int32 > & FindOrAddSelectionSecondarySet
(
const FName & Name,
const FName & GroupName
)