Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Artificial Intelligence with Unreal Engine

You're reading from   Hands-On Artificial Intelligence with Unreal Engine Everything you want to know about Game AI using Blueprints or C++

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Packt
ISBN-13 9781788835657
Length 552 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Francesco Sapio Francesco Sapio
Author Profile Icon Francesco Sapio
Francesco Sapio
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Section 1: The Unreal Framework FREE CHAPTER
2. Making the First Steps in the World of AI 3. Behavior Trees and Blackboards 4. Navigation 5. Environment Querying System 6. Agent Awareness 7. Extending Behavior Trees 8. Crowds 9. Section 2: Designing and Implementing Behavior Trees
10. Designing Behavior Trees - Part I 11. Designing Behavior Trees - Part II 12. Designing Behavior Trees - Part III 13. Section 3: Debugging Methods
14. Debugging Methods for AI - Logging 15. Debugging Methods for AI - Navigation, EQS, and Profiling 16. Debugging Methods for AI - The Gameplay Debugger 17. Going Beyond 18. Other Books You May Enjoy

What this book covers

Chapter 1, Moving the First Steps in The AI World, explores the prerequisites to becoming an AI game developer and how AI is used in the game development pipeline.

Chapter 2, Behavior Trees and Blackboards, introduces you to two principal structures used within the Unreal AI framework, which are used to control most AI agents in games. You will learn how to create a Behavior Tree and how these can store data within Blackboards.

Chapter 3, Navigation, teaches you how an agent can navigate or find a path through a map or the environment.

Chapter 4, Environment Query System, helps you get to grips with making an Environmental Query, which is a subsystem of the Unreal AI Framework for spatial reasoning. Mastering them is key in implementing believable behaviors within Unreal.

Chapter 5, Agent Awareness, deals with how an AI agent can sense the world and the surrounding environment. These include sight, sound, and potentially any sense you might imagine (by extending the system).

Chapter 6, Extending Behavior Trees, takes you through the task of extending behavior trees with Unreal by using Blueprint or C++. You will learn how to program new Tasks, Decorators, and Services.

Chapter 7, Crowds, explains how to handle crowds within the Unreal AI Framework that offer some functionality.

Chapter 8, Designing Behavior Trees – Part I, focuses on how to implement a Behavior Tree so that the AI agent can chase our player in the game (both in Blueprint and C++). This chapter, along with the next two, explores this example from designing to implementation.

Chapter 9, Designing Behavior Trees – Part II, is a continuation of the previous chapter. In particular, we will build the last missing piece of the puzzle (a custom Service) before we build our final Behavior Tree in the next chapter.

Chapter 10, Designing Behavior Trees – Part III, is a continuation of the previous chapter and is the final part of Designing Behavior Trees. We will finish what we started. In particular, we will build the final Behavior Tree and make it run.

Chapter 11, Debugging Methods for AI – Logging, examines a series of methods that we can use to debug our AI systems, including console logging, on-screen messages in Blueprint, and many more. By mastering the art of logging, you will be able to easily keep track of your values and which part of the code you are executing.

Chapter 12, Debugging Methods for AI – Navigation, EQS, and Profiling, explores a number of more specific tools for the AI systems that are incorporated within Unreal Engine. We will see some more tools for analyzing performance related to AI code, as well as tools to visualize Environmental Queries and the Navigation Mesh.

Chapter 13, Debugging Methods for AI – the Gameplay Debugger, gets you to explore the most powerful debugging tool and the best friend of any Unreal AI developer—Gameplay Debugger. This chapter will take you even a step further, by teaching how to extend this tool so to customize it to your needs.

Chapter 14, Going Beyond, concludes with some suggestions on how to explore the concepts presented (and others) beyond this book and some thoughts regarding AI.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime