Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon
Inheritance Hierarchy
- ISkeletalMeshNotifier
- FSkeletalMeshToolNotifier
References
| Module | SkeletalMeshUtilitiesCommon |
| Header | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/SkeletalMeshNotifier.h |
| Include | #include "SkeletalMeshNotifier.h" |
Syntax
class ISkeletalMeshNotifier
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSkeletalMeshNotifyDelegate & | Delegate () |
||
| void | HandleNotification
(
const TArray< FName >& BoneNames, |
Override this function to react to notifications locally. | |
| void | Notify
(
const TArray< FName >& BoneNames, |
||
| bool | Notifying () |