Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/FBoneWeightsSettings
Description
Sets the maximum number of weights that can be applied to a single FBoneWeights object. When weights are added, the smallest weights, past this limit, are dropped.
| Name | SetMaxWeightCount |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
FBoneWeightsSettings & SetMaxWeightCount
(
int32 InMaxWeightCount
)