I can't find Anim notify in blueprint

Hi folks,

I’m trying to follow this tutorial:

It all seems fine until I get to 3:34 - where the guy creates an anim notify node in Blueprint. When I create a node and try to find the anim notify node it simply isn’t there.

I read that there seems to be a bug with anim notify, but I simply can’t find the blueprint reference for it at all.

Has it been removed from 4.7?

Any help would be gratefully received.

P

Did you compile?
I found sometimes you have to exit Unreal Editor and the restart it.

Would also like to know more about this!

Did you create the notify in the animation and then try to create the anim notify node in the animation blueprint?

Same issue in 4.11.2. There is no animNotify event!

Just create the Anim Notify in the Animation uasset itself, and then in the EventGraph of the Animation Blueprint create the event with the same name that the Anim Notify. That should work :stuck_out_tongue:

Same problem here in 4.19.2

Happened to me too until I realized the issue.

  1. Make sure you’re not opening your Character_BP but your Character_AnimBP
  2. Once there, make sure you’re on the EventGraph, apparently I was on the AnimGraph while experiencing this, check the picture below for further clarity

343134-solution.jpg

I hope this helps!