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