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")
TMap< FName, float > GetVertexWeights
(
const int32 VertexID
)
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 |