Navigation
API > API/Plugins > API/Plugins/ChaosCloth
| Name | FClothingPatternData |
| Type | struct |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingPatternData.h |
| Include Path | #include "ChaosCloth/ChaosClothingPatternData.h" |
Syntax
struct FClothingPatternData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FClothingPatternData
(
int32 InNumParticles, |
ChaosCloth/ChaosClothingPatternData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PatternPositions | TConstArrayView< FVector2f > | ChaosCloth/ChaosClothingPatternData.h | ||
| PatternToWeldedIndices | TConstArrayView< uint32 > | ChaosCloth/ChaosClothingPatternData.h | ||
| PatternTriangleMesh | FTriangleMesh | ChaosCloth/ChaosClothingPatternData.h | ||
| WeldedFaceVertexPatternPositions | TArray< TVec3< FVec2f > > | ChaosCloth/ChaosClothingPatternData.h |