Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset > API/Plugins/ChaosClothAsset/FCollectionClothSeamFacade
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
Initialize(TConstArrayView< FIntVector2 >)
Description
Initialize from a list of stitches
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSeamFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSeamFacade.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Private/ChaosClothAsset/CollectionClothSeamFacade.cpp |
void Initialize
(
TConstArrayView< FIntVector2 > Stitches
)
Initialize(const FCollectionClothSeamConstFacade &, const int32, const int32)
Description
Initialize from another seam.
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSeamFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSeamFacade.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Private/ChaosClothAsset/CollectionClothSeamFacade.cpp |
void Initialize
(
const FCollectionClothSeamConstFacade & Other,
const int32 SimVertex2DOffset,
const int32 SimVertex3DOffset
)