- Unreal Engine 4 Scripting with C++ Cookbook
- William Sherif Stephen Whittle
- 427字
- 2021-07-08 10:50:39
What this book covers
Chapter 1, UE4 Development Tools, outlines basic recipes to get you started with UE4 game development and the basic tools used to create the code that makes your game.
Chapter 2, Creating Classes, focuses on how to create C++ classes and structs that integrate well with the UE4 Blueprints Editor. These classes will be graduated versions of regular C++ classes called UCLASSES.
Chapter 3, Memory Management and Smart Pointers, takes the reader through using all three types of pointer and mentions some common pitfalls regarding automatic garbage collection. This chapter also shows readers how to use Visual Studio or XCode to interpret crashes or confirm that the functionality is implemented correctly.
Chapter 4, Actors and Components, deals with creating custom actors and components, what purpose each serves, and how they work together.
Chapter 5, Handling Events and Delegates, describes delegates, events, and event handlers, and guides you through creating their own implementations.
Chapter 6, Input and Collision, shows how to connect user input to C++ functions and how to handle collisions in C++ from UE4. It will also provide default handling of game events such as user input and collision, allowing designers to override when necessary, using Blueprint.
Chapter 7, Communication between Classes and Interfaces, shows you how to write your own UInterfaces, and demonstrates how to take advantage of them within C++ to minimize class coupling and help keep your code clean.
Chapter 8, Integrating C++ and the Unreal Editor, shows you how to customize the editor by creating custom Blueprint and animation nodes from scratch. We will also implement custom editor windows and custom detail panels to inspect types created by users.
Chapter 9, User Interfaces – UI and UMG, demonstrates that displaying feedback to the player is one of the most important elements within game design, and this will usually involve some sort of HUD, or at least menus, within your game.
Chapter 10, AI for Controlling NPCs, covers recipes to control your NPC characters with a bit of Artificial Intelligence (AI).
Chapter 11, Custom Materials and Shaders, talks about creating custom materials and audio graph nodes used in the UE4 editor.
Chapter 12, Working with UE4 APIs, explains that the application programming interface (API) is the way in which you, as the programmer, can instruct the engine (and so the PC) on what to do. Each module has an API for it. To use an API, there is a very important linkage step where you must list all APIs that you will use in your build in ProjectName.Build.cs
file.
- C++案例趣學
- Oracle從新手到高手
- Python網絡爬蟲從入門到實踐(第2版)
- Access 2010數據庫基礎與應用項目式教程(第3版)
- SQL 經典實例
- 用案例學Java Web整合開發
- Python機器學習算法與應用
- Django Design Patterns and Best Practices
- MyBatis 3源碼深度解析
- Python預測分析與機器學習
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Java高級程序設計
- 高性能PHP 7
- Java Web 從入門到項目實踐(超值版)
- 深度學習:基于Python語言和TensorFlow平臺(視頻講解版)