Cannot set variables in AnimNotifyState BP

Is there any particular reason I cannot set variables in AnimNotifyState BP? Every other derived BP works fine for setters, but for some reason Notify State in particular won’t let me set my own values for variables. Not sure if this was designed that way since in C++ classes derived from AnimNotifyState I can create and set variables just fine with no issues. For some reason it says that ALL of the variables are read-only. Am I missing something?

4 Likes