AI Settings - DrowningDragons/MoveIt-Wiki GitHub Wiki

AI need specific settings to work correctly. Some features aren't supported, and the default player movement behaviour isn't (at least without doing custom work on your end).

An AI character should either:

  • DISABLE Use Controller Rotation Yaw (Character)
  • ENABLE Orient Rotation to Movement (Character Movement Component)

OR

Handle control rotation properly to set the facing direction - this is most commonly done in AI by using Set Focus or Set Focal Point from AIController. Don't do both, Orient Rotation to Movement will stop focal points from working and focal points requires Use Controller Rotation Yaw