Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void TriggerSingleAnimNotify
(
const FAnimNotifyEvent* AnimNotifyEvent |
Trigger an AnimNotify. Note that this version does not provide any context for the event | Animation/AnimInstance.h | |
void TriggerSingleAnimNotify
(
FAnimNotifyEventReference& EventReference |
Trigger an AnimNotify using an EventReference that provide context used in derived notify events | Animation/AnimInstance.h |
TriggerSingleAnimNotify(const FAnimNotifyEvent *)
Description
Trigger an AnimNotify. Note that this version does not provide any context for the event
| Name | TriggerSingleAnimNotify |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp |
void TriggerSingleAnimNotify
(
const FAnimNotifyEvent * AnimNotifyEvent
)
TriggerSingleAnimNotify(FAnimNotifyEventReference &)
Description
Trigger an AnimNotify using an EventReference that provide context used in derived notify events
| Name | TriggerSingleAnimNotify |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimInstance.cpp |
void TriggerSingleAnimNotify
(
FAnimNotifyEventReference & EventReference
)