Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset > API/Plugins/ChaosClothAsset/FCollectionClothSimPatternFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveSimVertices2D
(
int32 NumSimVertices |
This will remove the 2D vertices, but the associated seams and 3D vertices will still exist, and point to INDEX_NONE | ChaosClothAsset/CollectionClothSimPatternFacade.h | |
void RemoveSimVertices2D
(
const TArray< int32 >& SortedDeletionList |
ChaosClothAsset/CollectionClothSimPatternFacade.h |
RemoveSimVertices2D(int32)
Description
This will remove the 2D vertices, but the associated seams and 3D vertices will still exist, and point to INDEX_NONE
| Name | RemoveSimVertices2D |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSimPatternFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSimPatternFacade.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Private/ChaosClothAsset/CollectionClothSimPatternFacade.cpp |
void RemoveSimVertices2D
(
int32 NumSimVertices
)
RemoveSimVertices2D(const TArray< int32 > &)
| Name | RemoveSimVertices2D |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSimPatternFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSimPatternFacade.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Private/ChaosClothAsset/CollectionClothSimPatternFacade.cpp |
void RemoveSimVertices2D
(
const TArray < int32 > & SortedDeletionList
)