Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothVertBoneData.h |
| Include | #include "ClothVertBoneData.h" |
Syntax
struct FClothVertBoneData
Remarks
Bone data for a vertex.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16[MaxTotalInfluences] | BoneIndices | Up to MAX_TOTAL_INFLUENCES bone indices that this vert is weighted to. | |
| float[MaxTotalInfluences] | BoneWeights | The weights for each entry in BoneIndices. | |
| int32 | NumInfluences | Number of influences for this vertex. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Constants
| Name | Description |
|---|---|
| MaxTotalInfluences | MAX_TOTAL_INFLUENCES = 12 is defined in GPUSkinPublicDefs.h, but that would require a dependency on Engine, which we can't have here. |