How to add animation notify in a BlueprintParent accessible for all children ?

hello, I’m looking to create animation notifications in an animation blueprint template that is shared by all children. Is there a way to create animation notifications in this template?

Anim notifies are shared by child class already.
if your parent ABP has an event notify ‘jumpEnd’
you can add the event notify ‘jumpEnd’ to any ABP child too.

Thanks for your answer, but I don’t understand how to create this notification in the parent.

When I create it in an anim montage for example, it doesn’t appear in the parent blueprint.

Right click in your Anim Blueprint Event Graph → Search “Anim Notify Event”, or the exact name of your anim notify.

Click on it to add it to the graph.

Do this in the Parent Class.

image

Yes, this is exactly what i did, but i doesn’t show up in the Parent class.

Do it in a child and copy node to the parent