Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimInstance
Syntax
TArray< FAnimNotifyEvent > ActiveAnimNotifyState
Remarks
Currently Active AnimNotifyState, stored as a copy of the event as we need to call NotifyEnd on the event after a deletion in the editor. After this the event is removed correctly.