Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- IAnimNotifyEventContextDataInterface
- FAnimNotifyEndDataContext
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyEndDataContext.h |
| Include | #include "Animation/AnimNotifyEndDataContext.h" |
Syntax
class FAnimNotifyEndDataContext : public UE::Anim::IAnimNotifyEventContextDataInterface
Remarks
Notify Context Data containing if the notify state reached the end or was cancelled This is useful i.e When there's simultaneous instances of the same montage, to trigger start/end events of its notify states.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const bool | bReachedEnd |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimNotifyEndDataContext
(
bool bInReachedEnd |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName |
Overridden from IAnimNotifyEventContextDataInterface
| Type | Name | Description | |
|---|---|---|---|
| FName | GetTypeName () |
Constants
| Name | Description |
|---|---|
| TypeName |