Navigation
API > API/Plugins > API/Plugins/ChaosClothAsset
Cloth Asset collection seam facade class to access cloth seam data. Constructed from FCollectionClothConstFacade. Const access (read only) version.
| Name | FCollectionClothSeamConstFacade |
| Type | class |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAsset/Public/ChaosClothAsset/CollectionClothSeamFacade.h |
| Include Path | #include "ChaosClothAsset/CollectionClothSeamFacade.h" |
Syntax
class FCollectionClothSeamConstFacade
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosClothAsset/CollectionClothSeamFacade.h | |||
| ChaosClothAsset/CollectionClothSeamFacade.h | |||
| ChaosClothAsset/CollectionClothSeamFacade.h | |||
FCollectionClothSeamConstFacade
(
const TSharedRef< const class FConstClothCollection >& InClothCollection, |
ChaosClothAsset/CollectionClothSeamFacade.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCollectionClothSeamConstFacade() |
ChaosClothAsset/CollectionClothSeamFacade.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumSeamStitches() |
Return the total number of stitches for this seam. | ChaosClothAsset/CollectionClothSeamFacade.h | |
int32 GetSeamIndex() |
Return the seam index this facade has been created with. | ChaosClothAsset/CollectionClothSeamFacade.h | |
TConstArrayView< FIntVector2 > GetSeamStitch2DEndIndices() |
Indices correspond with the FCollectionClothConstFacade indices. | ChaosClothAsset/CollectionClothSeamFacade.h | |
TConstArrayView< int32 > GetSeamStitch3DIndex() |
ChaosClothAsset/CollectionClothSeamFacade.h | ||
int32 GetSeamStitchesOffset() |
Return the seam stitch offset for this seam in the seam stitches for the cloth. | ChaosClothAsset/CollectionClothSeamFacade.h | |
void ValidateSeam() |
ChaosClothAsset/CollectionClothSeamFacade.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetElementIndex() |
ChaosClothAsset/CollectionClothSeamFacade.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetBaseElementIndex() |
ChaosClothAsset/CollectionClothSeamFacade.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ChaosClothAsset/CollectionClothSeamFacade.h | |||
| ChaosClothAsset/CollectionClothSeamFacade.h |