I have an AI character based on the Character class and it’s set to use an AI Controller using the AI Controller class. The AI Controller does Move To Actor every tick.
The character’s movement defaults are set to have a low ground friction and deceleration speed (of course I’ve tried a variety of values).
In game, the AI character moves toward the player then stops on a dime. Why isn’t it using the deceleration set up in the defaults?