Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset > API/Plugins/ChaosClothAsset/FCollectionClothSelectionFacade
Description
Find, or add if it doesn't already exist, a selection for the specified group with the given name. If the group doesn't already exists, this function will create it. If the selection already exists, but depends on a different group, the old selection will be deleted and a new one recreated with the new group dependency.
| Name | FindOrAddSelectionSet |
| 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 > & FindOrAddSelectionSet
(
const FName & Name,
const FName & GroupName
)