- Unreal Engine 4 AI Programming Essentials
- Peter L. Newton Jie Feng
- 241字
- 2021-07-16 12:48:39
Goal
Our goal for this chapter is to place an AI character in the level that has the blueprint to instruct it to move randomly and indefinitely. We will demonstrate multiple techniques throughout this chapter to get a good grasp of some really basic AI techniques commonly featured in titles. These techniques are listed as follows:
- First, we want to place an AI character, Hero, in the level that has the blueprint to instruct it to move randomly and indefinitely. We will achieve this by first creating a new third-person project and naming it appropriately. We will then use the default pawn provided from the sample content as the bot. We will create an AIController to control our pawn. We will then provide our AIController with instructions to move our bot randomly and indefinitely.
- Second, we want to make the AI character follow some basic path. For example, we'll have the AI move along the walls in one direction. We can take our existing project and modify the AIController with new instructions. From there, our AI will now move along the walls in one direction indefinitely.
- Third, we want to make a new enemy AI character that will chase the first AI character we made—that is, Hero.
Tip
We will have to make additional changes to Hero to give it the ability to run directly away from Enemy.
Enemy will simply be instructed to move toward Hero every second.
推薦閱讀
- 用“芯”探核:龍芯派開發實戰
- Linux KVM虛擬化架構實戰指南
- 施耐德SoMachine控制器應用及編程指南
- 電腦軟硬件維修從入門到精通
- STM32嵌入式技術應用開發全案例實踐
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- VMware Workstation:No Experience Necessary
- 電腦組裝與維護即時通
- WebGL Hotshot
- Java Deep Learning Cookbook
- FL Studio Cookbook
- 計算機電路基礎(第2版)
- 現代多媒體技術及應用
- ActionScript Graphing Cookbook
- 3D打印:Geomagic Design X5.1 逆向建模設計實用教程