Custom events on AI character not showing up on Controller

Hi,
I am trying to make an AI that attacks the player. But my custom events that I made in my character BP aren’t showing up when I try to fire them in the Controller.

This is from my character BP.

This is from my AI Controller BP. My other events I made in the character work fine when I try to access them from within the controller. The AI variable is a reference to the AI BP.

How do you access those “other” events that work? I am guessing those events you fire from a character reference. You can’t fire an event in a player character BP from an AI BP reference. The event is in the player character, in order to fire it from the AI controller you need a reference to the player character not the AI BP that the AI controller is the owner of.