Navigation
API > API/Runtime > API/Runtime/Engine
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.
| Name | FAnimNotifyEndDataContext |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimNotifyEndDataContext.h |
| Include Path | #include "Animation/AnimNotifyEndDataContext.h" |
Syntax
class FAnimNotifyEndDataContext : public UE::Anim::IAnimNotifyEventContextDataInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNotifyEndDataContext
(
bool bInReachedEnd |
Animation/AnimNotifyEndDataContext.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | Animation/AnimNotifyEndDataContext.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReachedEnd | const bool | Animation/AnimNotifyEndDataContext.h |
Functions
Public
Overridden from IAnimNotifyEventContextDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeName() |
Animation/AnimNotifyEndDataContext.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetStaticTypeName() |
Animation/AnimNotifyEndDataContext.h |