Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/FClothVertBoneData
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothVertBoneData.h |
| Include | #include "ClothVertBoneData.h" |
Syntax
static MaxTotalInfluences = 12;
Remarks
MAX_TOTAL_INFLUENCES = 12 is defined in GPUSkinPublicDefs.h, but that would require a dependency on Engine, which we can't have here. Until that can be migrated elsewhere (not to mention if), we make a redundant variable with an 8 in it, that needs to stay in sync with MAX_TOTAL_INFLUENCES.