How to make notifies appear in the event graph?

I’m not able to see the notifies created in animation in event graph. I’ve tried compiling and restarting it but still it’s not showing in the event graph. I’m using UE 4.25

You’ve created Notify Tracks, not individual Notifies. It should look something like this:

307906-notify.png

Right Click on the graph => Add Notify => New Notify => enter name. After that, a notify event with that name will be available in the BP.

Thank you! it works…