UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FClothVertBoneData Struct Reference

#include <ClothVertBoneData.h>

Public Member Functions

 FClothVertBoneData ()
 

Public Attributes

int32 NumInfluences
 
uint16 BoneIndices [MaxTotalInfluences]
 
float BoneWeights [MaxTotalInfluences]
 

Static Public Attributes

static const int8 MaxTotalInfluences = 12
 

Constructor & Destructor Documentation

◆ FClothVertBoneData()

FClothVertBoneData::FClothVertBoneData ( )
inline

Member Data Documentation

◆ BoneIndices

uint16 FClothVertBoneData::BoneIndices[MaxTotalInfluences]

◆ BoneWeights

float FClothVertBoneData::BoneWeights[MaxTotalInfluences]

◆ MaxTotalInfluences

const int8 FClothVertBoneData::MaxTotalInfluences = 12
static

◆ NumInfluences

int32 FClothVertBoneData::NumInfluences

The documentation for this struct was generated from the following file: