Unreal Engine 4 AI Programming Essentials
上QQ阅读APP看书,第一时间看更新

The Enemy logic

Enemy needs to be able to find and run toward Hero. We will achieve this by searching for the Hero character, calculating the difference in direction, and facing Enemy toward Hero.