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_Sphere
Remarks
Data for a single sphere primitive in the clothing simulation. This can either be a sphere on its own, or part of a capsule referenced by the indices in FClothCollisionPrim_Capsule
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BoneIndex | ||
| FVector | LocalPosition | ||
| float | Radius |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClothCollisionPrim_Sphere
(
float InRadius, |