Navigation
API > API/Runtime > API/Runtime/AnimationCore > API/Runtime/AnimationCore/FBoneWeightsSettings
Description
Sets the minimum influence allowed. Any bone weight value below this threshold value is discarded. The threshold value is clamped to the half-closed interval (0, 1] since weight values of zero indicate no influence at all and are ignored completely. By default, all non-zero weights are allowed.
| Name | SetWeightThreshold |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/BoneWeights.h |
| Include Path | #include "BoneWeights.h" |
FBoneWeightsSettings & SetWeightThreshold
(
float InWeightThreshold
)