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 (BlueprintCallable, Category="Weights")
bool PruneAllWeights
(
const float WeightThreshold
)
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. |