Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset
Cloth Asset collection seam facade class to access cloth seam data. Constructed from FCollectionClothFacade. Non-const access (read/write) version.
| Name | FCollectionClothSeamFacade |
| Type | class |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSeamFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSeamFacade.h" |
Syntax
class FCollectionClothSeamFacade : public UE::Chaos::ClothAsset::FCollectionClothSeamConstFacade
Inheritance Hierarchy
- FCollectionClothSeamConstFacade → FCollectionClothSeamFacade
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosClothAsset/CollectionClothSeamFacade.h | |||
| ChaosClothAsset/CollectionClothSeamFacade.h | |||
| ChaosClothAsset/CollectionClothSeamFacade.h | |||
FCollectionClothSeamFacade
(
const TSharedRef< class FClothCollection >& InClothCollection, |
ChaosClothAsset/CollectionClothSeamFacade.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCollectionClothSeamFacade() |
ChaosClothAsset/CollectionClothSeamFacade.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CleanupAndCompact() |
Clean up references to invalid indices, including updating stitches to maintain topology. | ChaosClothAsset/CollectionClothSeamFacade.h | |
void Initialize
(
TConstArrayView< FIntVector2 > Stitches |
Initialize from a list of stitches | ChaosClothAsset/CollectionClothSeamFacade.h | |
void Initialize
(
const FCollectionClothSeamConstFacade& Other, |
Initialize from another seam. | ChaosClothAsset/CollectionClothSeamFacade.h | |
void Reset() |
Remove all stitches from this seam. | ChaosClothAsset/CollectionClothSeamFacade.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosClothAsset/CollectionClothSeamFacade.h | |||
| ChaosClothAsset/CollectionClothSeamFacade.h |