Object Variable Error

I used a variable to reference the Animation Blueprint from my Character Blueprint (character_anim_c) I used an input Action Event to toggle a Boolean in the Anim Blueprint from the Character Blueprint through that reference.

My problem is that I got this error message: Error Accessed None ‘AnimVar’ from node Construction Script in blueprint MyCharacter

What exactly did I do wrong? Thanks.