Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
| Name | FMeshSkinWeightsChange |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/SkeletalMesh/SkinWeightsPaintTool.h |
| Include Path | #include "SkeletalMesh/SkinWeightsPaintTool.h" |
Syntax
class FMeshSkinWeightsChange : public FToolCommandChange
Inheritance Hierarchy
- FChange → FCommandChange → FToolCommandChange → FMeshSkinWeightsChange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeshSkinWeightsChange
(
const FName InSkinWeightProfile |
SkeletalMesh/SkinWeightsPaintTool.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllWeightEdits | FMultiBoneWeightEdits | SkeletalMesh/SkinWeightsPaintTool.h | ||
| SkinWeightProfile | FName | SkeletalMesh/SkinWeightsPaintTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StoreBoneWeightEdit
(
const FSingleBoneWeightEdits& BoneWeightEdit, |
SkeletalMesh/SkinWeightsPaintTool.h | ||
void StoreMultipleWeightEdits
(
const FMultiBoneWeightEdits& WeightEdits, |
SkeletalMesh/SkinWeightsPaintTool.h |
Overridden from FChange
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Apply
(
UObject* Object |
SkeletalMesh/SkinWeightsPaintTool.h | ||
virtual void Revert
(
UObject* Object |
SkeletalMesh/SkinWeightsPaintTool.h | ||
virtual FString ToString() |
SkeletalMesh/SkinWeightsPaintTool.h |