RealDocs

UAnimInstance::ActiveAnimNotifyEventReference

property Engine Since 4.15
#include "Animation/AnimInstance.h"
Access: public

Description

Array of references to currently active anim notify state events, providing additional context such as the source animation asset and notify index. This parallels ActiveAnimNotifyState but carries richer metadata for each active notify.

Caveats & Gotchas

  • Entries correspond 1:1 with ActiveAnimNotifyState — indexing into both arrays with the same index gives you the event and its reference for the same notify.
  • References may become invalid after the animation asset is unloaded or the anim graph topology changes. Do not cache these across frames.

Signature

TArray<FAnimNotifyEventReference> ActiveAnimNotifyEventReference

Version History

Introduced in: 4.15

Version Status Notes
5.6 stable

Feedback

Was this helpful?

Suggest an edit

Select a field above to begin editing.