Change Anim Notify Via Blueprint

You cant modify animation notifies at runtime from outside the notify. If you need stuff to change during a notify, use a anim notify state and adjust it on tick. If you just need to change some stuff based on different things, then modify the Begin Notify stuff to grab what is needed.

I’m trying to access and edit the settings for Anim Notifies from the animation blueprint so that I can change the settings such as Trigger Chance:

How do I get access to these variables from animation blueprint so I can modify them at runtime?