Adding impulse to AI Character's character movement is not work

Hi. I’m making a pushing when I use skill.
When I use add impulse to player’s character movement, It is work well.
But AI character is not affected by add impulse.
I don’t know what am I miss. Can you help me?

Does your AI Character have a skeleton and physics asset?

Read this:

You need to call “StopMovement” on your AIController before applying the impulse.

GL. :slight_smile:

2 Likes

Yes. AI Character have them.

Thank you. I will check it!

Thank you! Where in the documentation did you find this? I’m trying to see how i missed this