Function is not being executed

I have a reference to a Custom BP Class stored inside a NPC. From this NPC I am calling a function inside the referenced object. When I put a break on the function call the function is being called but inside the function i have a break to see if its going inside the function and it is not. I have done this with an object previously and that one works. This one is just duplicated and modified I’m not seeing why its not calling the function through the flow is there.

Can you provide more details please? I can’t tell why this is happening with the current info.

I was actually debugging incorrectly. I did not know that you have to select the correct AI controller to activate the break correctly to see the data on top of that nothing was working because i messed up the animation montage by not specifying the slot…