Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
Operation type when editing weights
| Name | EWeightEditOperation |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SkeletalMesh/SkinWeightsPaintTool.h |
| Include Path | #include "SkeletalMesh/SkinWeightsPaintTool.h" |
Syntax
enum EWeightEditOperation
{
Add,
Replace,
Multiply,
Relax,
RelativeScale,
}
Values
| Name | Remarks |
|---|---|
| Add | |
| Replace | |
| Multiply | |
| Relax | |
| RelativeScale |