AI Movement

Started by
1 comment, last by AngleWyrm6 2 years, 1 month ago

Hey everyone,

I am really getting into programming am trying to understand AI and how to program it. I currently use UE4 and use C++ coding, however, I used this tutorial, " Unreal Engine 4 Tutorial: Artificial Intelligence | raywenderlich.com". Although this tutorial provides a zipped folder (which I didn't use} , I tried programming a pawn as an AI in UE4. I gave it an AI a controller and tried to get my AI to move at a “set random location” using blueprints; I wasn't successful as my AI did not want to move. Does anyone one out there have further sources on AI movement whether its C++ or blueprints based?

Thank you!

Reynaldo Blanco

Advertisement

Rimworld uses a clever algorithm that adds an updatable heat map of undesirability to the movement cost required to enter locations. There's also the boids mechanic for collision avoidance and flocking of multiple moving objects. And They Are Billions manages to put hundreds of mobs on screen without gagging at choke points.

This topic is closed to new replies.

Advertisement