Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimNotifyEvent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the NotifyName pre-appended to "AnimNotify_", for calling the event | Animation/AnimTypes.h | ||
FName GetNotifyEventName
(
const UMirrorDataTable* MirrorDataTable |
Get the mirrored NotifyName pre-appended to "AnimNotify_", for calling the event. | Animation/AnimTypes.h |
GetNotifyEventName()
Description
Get the NotifyName pre-appended to "AnimNotify_", for calling the event
| Name | GetNotifyEventName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimTypes.cpp |
FName GetNotifyEventName() const
GetNotifyEventName(const UMirrorDataTable *)
Description
Get the mirrored NotifyName pre-appended to "AnimNotify_", for calling the event. If Notify is not mirrored returns result of GetNotifyEventName()
| Name | GetNotifyEventName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimTypes.cpp |
FName GetNotifyEventName
(
const UMirrorDataTable * MirrorDataTable
) const