- 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).
- ThinkPHP 5實戰
- Unity Virtual Reality Projects
- Windows Presentation Foundation Development Cookbook
- Python機器學習實戰
- JavaScript動態網頁開發詳解
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Programming with CodeIgniterMVC
- Go語言從入門到精通
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- ASP.NET jQuery Cookbook(Second Edition)
- Tkinter GUI Application Development Blueprints
- Web應用程序設計:ASP
- Spark Cookbook
- Learning Java by Building Android Games
- RStudio for R Statistical Computing Cookbook