Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp > API/Plugins/MeshModelingToolsEditorOnlyExp/SkeletalMesh
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/SkeletalMesh/SkinWeightsPaintTool.h |
| Include | #include "SkeletalMesh/SkinWeightsPaintTool.h" |
Syntax
struct FSingleBoneWeightEdits
Remarks
Store a sparse set of modifications to a set of vertex weights on a SINGLE bone
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BoneIndex | ||
| TMap< VertexIndex, float > | NewWeights | ||
| TMap< VertexIndex, float > | OldWeights |