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 FMultiBoneWeightEdits
Remarks
Store a sparse set of modifications to a set of vertex weights for a SET of bones with support for merging edits. these are used for transaction history undo/redo.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< BoneIndex, FSingleBoneWeightEdits > | PerBoneWeightEdits | Map of bone indices to weight edits made to that bone |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetVertexDeltaFromEdits
(
const int32 BoneIndex, |
||
| void | MergeEdits
(
const FSingleBoneWeightEdits& BoneWeightEdits |
||
| void | MergeSingleEdit
(
const int32 BoneIndex, |