Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp > API/Plugins/MeshModelingToolsEditorOnlyExp/SkeletalMesh
Inheritance Hierarchy
- ISkeletalMeshNotifier
- FSkeletalMeshToolNotifier
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/SkeletalMesh/SkeletalMeshEditionInterface.h |
| Include | #include "SkeletalMesh/SkeletalMeshEditionInterface.h" |
Syntax
class FSkeletalMeshToolNotifier : public ISkeletalMeshNotifier
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakInterfacePtr< ISkeletalMeshEditingInterface > | Interface |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSkeletalMeshToolNotifier
(
TWeakInterfacePtr< ISkeletalMeshEditingInterface > InInterface |
Overridden from ISkeletalMeshNotifier
| Type | Name | Description | |
|---|---|---|---|
| void | HandleNotification
(
const TArray< FName >& BoneNames, |
Override this function to react to notifications locally. |