Learning C++ by Building Games with Unreal Engine 4: A beginner's guide to learning 3D game development with C++ and UE4, 2nd Edition
暫譯: 透過 Unreal Engine 4 建構遊戲學習 C++:初學者的 3D 遊戲開發指南(第二版)

Sharan Volin

  • 出版商: Packt Publishing
  • 出版日期: 2018-12-28
  • 售價: $1,880
  • 貴賓價: 9.5$1,786
  • 語言: 英文
  • 頁數: 468
  • 裝訂: Paperback
  • ISBN: 1788476247
  • ISBN-13: 9781788476249
  • 相關分類: C++ 程式語言Unreal
  • 已絕版

相關主題

商品描述

Learn the fundamentals of C++ programming with a fun-filled, practical guide and create your own games using Unreal Engine 4.

Key Features

  • Gain foundational knowledge of C++ language and syntax while creating games with UE4
  • Build 2D and 3D games having compelling user interfaces, game physics, and artificial intelligence
  • Discover the latest trends in game development such as Virtual Reality, Augmented Reality, and AI

Book Description

Learning to program in C++ requires some serious motivation. Unreal Engine 4 (UE4) is a powerful C++ engine with a full range of features used to create top-notch, exciting games by AAA studios, making it the fun way to dive into learning C++17.

This book starts by installing a code editor so you can begin to write C++17 code. You will then get acquainted with important C++ aspects, such as variables and memory, if, else, and switch, looping, functions and macros, objects, classes, inheritance, and dynamic memory allocation. As we dig into more advanced C++17 concepts, you will also start to explore the functionality the UE4 engine has to offer. You will use the UE4 editor to create your own world, and then program in some seriously fun gameplay. We delve further to discuss building game features, pathfinding, behavior trees, and more, and introduce you to the basics of machine learning and neural networks. We go on to talk about improving UI feedback with UMG and audio. In this edition of the book, we add the latest VR and AR features along with procedural programming.

By the end of this book, you should have a good grasp of how to program in C++17.

What you will learn

  • Learn the basics of C++ and also basic UE4 editing
  • Learn your way around the UE4 editor and the basics of using C++ and Blueprints within the engine
  • Learn how to use basic C++ containers and data structures to store your game data
  • Create players, NPCs, and monsters
  • Give information to users using the UE4 UMG UI system
  • Gain a basic understanding of how to use procedural programming to give your game more replay value
  • Learn how UE4 can help you build projects using the hottest new technologies, such as VR and AR

Who this book is for

If you are really passionate about games and have always wanted to write your own, this book is perfect for you. It will help you get started with programming in C++ and explore the immense functionalities of UE4.

Table of Contents

  1. Getting Started with C++17
  2. Variables and Memory
  3. If, Else, and Switch
  4. Looping
  5. Functions and Macros
  6. Objects, Classes, and Inheritance
  7. Dynamic Memory Allocation
  8. Actors and Pawns
  9. Templates and Commonly-Used Containers
  10. Inventory System and Pickup Items
  11. Monsters
  12. Building Smarter Monsters with Advanced AI
  13. Spell Book
  14. Improving UI Feedback with UMG and Audio
  15. Virtual Reality and Beyond

商品描述(中文翻譯)

學習 C++ 程式設計的基本原理,透過一本充滿趣味的實用指南,使用 Unreal Engine 4 創建自己的遊戲。

主要特點

- 在使用 UE4 創建遊戲的同時,獲得 C++ 語言和語法的基礎知識
- 構建具有引人入勝的用戶界面、遊戲物理和人工智慧的 2D 和 3D 遊戲
- 探索遊戲開發中的最新趨勢,如虛擬實境、擴增實境和人工智慧

書籍描述

學習 C++ 程式設計需要相當大的動力。Unreal Engine 4 (UE4) 是一個強大的 C++ 引擎,擁有全方位的功能,供 AAA 工作室創建一流的刺激遊戲,這使得學習 C++17 的過程變得有趣。

本書首先介紹如何安裝代碼編輯器,以便您可以開始編寫 C++17 代碼。接著,您將熟悉 C++ 的重要方面,例如變數和記憶體、if、else 和 switch、迴圈、函數和宏、物件、類別、繼承以及動態記憶體分配。隨著我們深入探討更高級的 C++17 概念,您還將開始探索 UE4 引擎所提供的功能。您將使用 UE4 編輯器創建自己的世界,然後編寫一些非常有趣的遊戲玩法。我們將進一步討論構建遊戲功能、路徑尋找、行為樹等,並介紹機器學習和神經網絡的基本知識。我們還將討論如何使用 UMG 和音頻改善用戶界面的反饋。在本書的這一版中,我們新增了最新的虛擬實境和擴增實境功能以及程序化編程。

到本書結束時,您應該能夠很好地掌握如何使用 C++17 進行編程。

您將學到的內容

- 學習 C++ 的基本知識以及基本的 UE4 編輯
- 熟悉 UE4 編輯器及在引擎中使用 C++ 和 Blueprints 的基本知識
- 學習如何使用基本的 C++ 容器和數據結構來存儲遊戲數據
- 創建玩家、NPC 和怪物
- 使用 UE4 UMG UI 系統向用戶提供信息
- 獲得基本的理解,了解如何使用程序化編程為您的遊戲增添更多重玩價值
- 學習 UE4 如何幫助您使用最新技術(如 VR 和 AR)構建項目

本書適合誰

如果您對遊戲充滿熱情,並且一直想編寫自己的遊戲,那麼這本書非常適合您。它將幫助您開始學習 C++ 編程,並探索 UE4 的巨大功能。

目錄

1. 開始使用 C++17
2. 變數和記憶體
3. If、Else 和 Switch
4. 迴圈
5. 函數和宏
6. 物件、類別和繼承
7. 動態記憶體分配
8. 演員和棋子
9. 模板和常用容器
10. 庫存系統和拾取物品
11. 怪物
12. 使用高級 AI 構建更智能的怪物
13. 法術書
14. 使用 UMG 和音頻改善 UI 反饋
15. 虛擬實境及其他