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