- Unreal Engine 4 Game Development Quick Start Guide
- Rachel Cordone
- 325字
- 2021-06-24 13:43:55
What this book covers
Chapter 1, Introduction to Unreal Engine 4, looks into how Unreal Engine can be downloaded and installed. We will get a head start on the project's development. We will also learn how to use plugins and marketplace items to expand on the editor's capabilities and further simplify our own project's development.
Chapter 2, Programming Using Blueprints, shows how to create custom Blueprint classes and use variables and functions within Blueprint classes. You will also gain an understanding of the differences between functions and events.
Chapter 3, Adding C++ to a Blueprint Project, covers creating and using classes in UE4. You will also learn to create custom Blueprint Events in C++.
Chapter 4, Creating HUDs and Menus Using UMG, teaches you how to create widgets and how to set them up as menus and HUDs. It also demonstrates some of the more advanced uses of widgets, such as adding widgets to other widgets.
Chapter 5, Animation Blueprints, introduces a lot of information about Animation Blueprints and how to use them to make a character more dynamic. You will also learn how to modify a blueprint by taking various factors into account when creating a character.
Chapter 6, AI with Behavior Tree and Blackboard, shows how to create some simple AI by making your own Pawn and Controller with some code to make them run around a NavMesh. You will also learn how to set up a Blackboard and how to use sequences, selectors, tasks, decorators, and services.
Chapter 7, Multiplayer Games, talks about multiplayer games and the different designs and thought processes that go into them. We will also get a clear idea of how to go about creating a multiplayer game without getting caught in some of the common pitfalls.
Chapter 8, Optimization, Testing, and Packaging, talks about optimization, testing, and packaging. You will also learn about debugging UE4 and packaging your game for distribution.
- Mastering Visual Studio 2017
- Spring 5.0 By Example
- 零基礎搭建量化投資系統:以Python為工具
- OpenShift開發指南(原書第2版)
- Java技術手冊(原書第7版)
- Essential Angular
- Scala程序員面試算法寶典
- Node.js Design Patterns
- 區塊鏈技術與應用
- MINECRAFT編程:使用Python語言玩轉我的世界
- 零代碼實戰:企業級應用搭建與案例詳解
- 計算機應用技能實訓教程
- 零基礎學C語言(升級版)
- jQuery for Designers Beginner's Guide Second Edition
- Mastering HTML5 Forms