I follow of this video, at 7:47-8:29 where he put another function interface blueprint.
That is where the AI does not animate.
Everything is working except the AI animation.
It is going to be a bit difficult/impossible to tell what is going wrong with what you have currently provided. Do you mind sharing your blueprints that you created to try and accomplish this?
Any additional specifics or information you can provide may go a long way in solving your problem.
sorry, I almost forgot about that
I try to put BP Interface in AI since the video tutorial not work. Still the result is same
So far we can assume that Attacking Cause is working correct? Can you share your “het point damage”/where you are calculating the damage causer? Would you share a video of your expected animation and your current effect when running your code.
Also, what does your interface look like? And what do you mean by:
It works. But the weird thing is when exit there is an error which was to exclude that ‘Attack Course’. I really don’t know why?
I just put another function in AI BP Interface that already existed since in the video, he add the same BP Interface in his AI
If there is an error, especially one concerning finding the actor causing the damage, it would make sense that you will not be able to have the AI react and it should be your starting point. So since that is the case, please share that error and your blueprints related to finding the damage causing actor.
Please also print strings so that we can debug and see if your function is activating. For example, adding a print string after shield knock back in both your player and your AI to see if the function even fires off.
Hopefully the above points you in the right direction.
Hello,
sorry if this late reply. Here the log error message.
I notice that Animation AI of print string does not show
So we have narrowed down the culprit. None of the rest of what you did matters if the AI can not be read and referenced to. How is your AI applying damage? Your error is likely caused there.
Any additional specifics or information you provide will go a long way in solving your problem.