Navigation
API > API/Plugins > API/Plugins/SkeletalMeshModifiers > API/Plugins/SkeletalMeshModifiers/USkinWeightModifier
References
| Module | SkeletalMeshModifiers |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/SkeletalMeshModifiers/Public/SkinWeightModifier.h |
| Include | #include "SkinWeightModifier.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/SkeletalMeshModifiers/Private/SkinWeightModifier.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Weights"&41;
bool PruneAllWeights
&40;
const float WeightThreshold
&41;
Remarks
Remove all weights below the given threshold value, on all vertices. true if influences were removed, false otherwise
Parameters
| Name | Description |
|---|---|
| WeightThreshold | vertex weights below this value will be removed. |