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.