Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
Data for a single box primitive.
| Name | FClothCollisionPrim_Box |
| Type | struct |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothCollisionPrim.h |
| Include Path | #include "ClothCollisionPrim.h" |
Syntax
USTRUCT ()
struct FClothCollisionPrim_Box
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FClothCollisionPrim_Box
(
const FVector& InLocalPosition, |
ClothCollisionPrim.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneIndex | int32 | ClothCollisionPrim.h | ||
| HalfExtents | FVector | ClothCollisionPrim.h | ||
| LocalPosition | FVector | ClothCollisionPrim.h | ||
| LocalRotation | FQuat | ClothCollisionPrim.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FClothCollisionPrim_Box& Other |
ClothCollisionPrim.h |