- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 229字
- 2021-06-24 15:23:13
Unreal Engine
Let's talk about Unreal Engine. After all, this is a book about how to develop game AI within this wonderful game engine.
Unreal Engine is a game engine that was developed by Epic Games. It was first released in 1998, and nowadays it is one of the most used (open) game engines (alongside Unity) due to its powerful features. The following screenshot shows the main interface of Unreal Engine:

We need to have the latest version of Unreal Engine installed. You can find it by visiting https://www.unrealengine.com/en-US/what-is-unreal-engine-4 . Unless you took Unreal Engine from the source code (https://docs.unrealengine.com/en-us/Programming/Development/BuildingUnrealEngine), you will have the Epic Launcher installed. If you are a Blueprint user, and do not intend to use C++, then this is enough for you. If, on the other hand, you will be using C++, you will need to perform a couple of extra steps.
When installing the Engine, you will need to check some options (if you are using C++). In particular, we need to check that we have both "Engine Source" and "Editor symbols for debugging", as shown in the following screenshot:

By doing so, we will be able to navigate through the C++ Engine Source and also have a full stack of calls in the case of a crash (so you will know what went wrong).
- Mastering Concurrency Programming with Java 8
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Web交互界面設計與制作(微課版)
- MongoDB for Java Developers
- Learn Swift by Building Applications
- Natural Language Processing with Java and LingPipe Cookbook
- Canvas Cookbook
- 寫給程序員的Python教程
- OpenCV Android Programming By Example
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Python第三方庫開發應用實戰
- jQuery Mobile Web Development Essentials(Second Edition)
- Wearable:Tech Projects with the Raspberry Pi Zero
- 網絡綜合布線與組網實戰指南
- The Applied Data Science Workshop