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;
TMap< FName, float > GetVertexWeights
&40;
const int32 VertexID
&41;
Remarks
Get all bone weights for a single vertex. a map of Bone Name to weight values for all bones that influence the specified vertex.
Parameters
| Name | Description |
|---|---|
| VertexID | the index of the vertex |