Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
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.
| Name | FClothCollisionPrim_Convex |
| Type | struct |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothCollisionPrim.h |
| Include Path | #include "ClothCollisionPrim.h" |
Syntax
USTRUCT ()
struct FClothCollisionPrim_Convex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ClothCollisionPrim.h | |||
FClothCollisionPrim_Convex
(
TArray< FClothCollisionPrim_ConvexFace >&& InFaces, |
ClothCollisionPrim.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneIndex | int32 | ClothCollisionPrim.h | ||
| Faces | TArray< FClothCollisionPrim_ConvexFace > | ClothCollisionPrim.h | ||
| SurfacePoints | TArray< FVector > | ClothCollisionPrim.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FClothCollisionPrim_Convex& Other |
ClothCollisionPrim.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Planes_DEPRECATED | TArray< FPlane > | ClothCollisionPrim.h |