Get UAnimNotify within UAnimInstance

How can I get an array of UAnimNotify within UAnimInstance that have just been triggered? UAnimInstance::NotifyQueue.AnimNotifies is a TArray of AnimNotifyState.
Thanks.