Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothCollisionPrim.h |
| Include | #include "ClothCollisionPrim.h" |
Syntax
struct FClothCollisionPrim_Convex
Remarks
Data for a single convex element A convex is a collection of planes, in which the clothing will attempt to stay outside of the shape created by the planes combined.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BoneIndex | ||
| TArray< FClothCollisionPrim_ConvexFace > | Faces | ||
| TArray< FVector > | SurfacePoints |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClothCollisionPrim_Convex
(
TArray< FClothCollisionPrim_ConvexFace >&& InFaces, |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FPlane > | Planes_DEPRECATED |