Unreal Engine 5 Game Development with C++ Scripting: Become a professional game developer and create fully functional, high-quality games (Paperback)
Li, Zhenyu George
- 出版商: Packt Publishing
- 出版日期: 2023-08-30
- 售價: $1,860
- 貴賓價: 9.5 折 $1,767
- 語言: 英文
- 頁數: 384
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1804613932
- ISBN-13: 9781804613931
-
相關分類:
C++ 程式語言、Unreal
立即出貨 (庫存=1)
買這商品的人也買了...
-
$2,780$2,641 -
$800$632 -
$800$632 -
$147Unreal Engine 4 藍圖可視化編程
-
$857Unreal Engine 4 藍圖完全學習教程 (典藏中文版)(Mite wakaru Unreal Engine 4 blue print chonyumon)
-
$520$411 -
$755DirectX 12 3D 游戲開發實戰 (Introduction to 3D Game Programming with DirectX 12)
-
$1,850$1,758 -
$1,300The Complete Guide to Blender Graphics: Computer Modeling & Animation, Fifth Edition
-
$479$455 -
$480$408 -
$2,440$2,318 -
$2,820$2,679 -
$834$792 -
$1,730$1,644 -
$490虛擬現實游戲開發(Unreal Engine)
-
$1,900$1,805 -
$888$844 -
$630$497 -
$708$673 -
$594$564 -
$1,014$963 -
$880$695 -
$1,940$1,649 -
$1,080$853
相關主題
商品描述
Expand your UE5 game development skills by leveraging C++ scripting to improve your game development abilities and gain an understanding of all the elements that go into making a complete end-to-end game
Key Features
- Learn C++ programming as well as C++ scripting for Unreal Engine 5
- Practice the UE5 scripting APIs that you learned through a game project to improve your knowledge and skills
- Increase your knowledge on the essential techniques as well as on the development cycle including design, implementation, and publishing
Book Description
Unreal Engine is one of the most popular game engines in the industry, having created lots of job opportunities. When studios work on games, C++ scripting is mostly used for developing high-quality commercial games owing to its high performance, advanced algorithms, and engineering maintenance. However, C++ scripting presents a barrier to those who don’t come from a programming background. If you're interested in learning C++ and C++ scripting for Unreal, then this is the right book for you. Through an enjoyable learning experience, this book strives to smoothen your learning curve.
You will start by creating an Unreal C++ project from the shooter template and then move onto the generated C++ project and the C++ code inside the Visual Studio editor. This book will systematically introduce you to fundamental C++ syntax and essential object oriented programing concepts. To help you have an overall view of game development, the rest of the book will cover various aspects of the game, including character creation, player input and character control, gameplay, collision detection, UI, networking, and publication for building a complete multiplayer game.
By the end of this book, you will be able to create professional and high-quality games using Unreal Engine 5 with C++ that will give you a sound base to learn more advanced C++ programming and game development technologies.
What you will learn
- Develop coding skills in Microsoft Visual Studio and the Unreal engine editor
- Learn C++ programming as well as Unreal engine C++ scripting
- Understand Object Oriented programming concepts and C++ specific syntax
- Gain fundamental knowledge on the technologies of game math, physics, AI, and algorithms
- Understand and use the predefined Unreal engine classes and the programming mechanism
- Write code to solve practical problems and complete tasks
- Implement solutions and methods that are commonly used in game development
Who This Book Is For
If you're a game designer or artist who has used Unreal Engine before and is keen to explore the enigmatic C++ scripting, then this book is for you. If you want to learn more about the power of C++ and become a skilled and professional game developer or if you're a programmer who wants to learn C++ scripting with UE, you’ve come to the right place. Basic experience with the UE editor is expected as well as some blueprint scripting skills. You should also be familiar with some game-related concepts such as game level, lights, camera, actor/pawn/character, transform, animation, and player control.
目錄大綱
- Creating your first Unreal C++ game
- How to edit C++ code in Visual Studio
- Learning C++ and object oriented programming
- Investigating into the shooter game’s generated C++ code
- Learning Unreal C++ scripting basics
- Creating and destroying the player character
- Controlling the character
- Handling collisions
- C++ scripting miscellanea
- Controlling the game flow
- Making it a multiplayer game
- Polishing and publishing the game