Cannot set variables in AnimNotifyState BP

@anonymous_user_0a0c44961 I know, it’s too late for you,
but for someone else facing this, Blueprint exposed functions in this class are const, but you can use Native/c++ ones, which are non-const

Or you can do this and call these in respective functions