Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly > API/Plugins/MeshModelingToolsEditorOnly/USkinWeightsPaintTool
Description
"One-off" Edits: For all one-and-done edits, you can call ApplyWeightEditsAsTransaction(). It will Begin/End the change and create a transaction for it.
| Name | ApplyWeightEditsAsTransaction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SkeletalMesh/SkinWeightsPaintTool.h |
| Include Path | #include "SkeletalMesh/SkinWeightsPaintTool.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Private/SkeletalMesh/SkinWeightsPaintTool.cpp |
void ApplyWeightEditsAsTransaction
(
const SkinPaintTool::FMultiBoneWeightEdits & WeightEdits,
const FText & TransactionLabel
)