Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Unreal Engine 5 Game Development with C++ Scripting
Unreal Engine 5 Game Development with C++ Scripting

Unreal Engine 5 Game Development with C++ Scripting: Become a professional game developer and create fully functional, high-quality games

eBook
AU$55.99
Paperback
AU$68.99
Subscription
Free Trial
Renews at AU$16.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Learn C++ programming as well as C++ scripting for Unreal Engine 5
  • Practice the UE5 scripting APIs through a game project to improve your knowledge and skills
  • Explore essential techniques and development cycles including design, implementation, optimization, and publishing

Description

Unreal Engine is one of the most popular and accessible game engines in the industry, creating multiple job opportunities. Owing to C++ scripting's high performance, advanced algorithms, and engineering maintenance, it has become the industry standard for developing commercial games. However, C++ scripting can be overwhelming for anyone without a programming background. Unreal Engine 5 Game Development with C++ Scripting will help you master C++ and get a head start on your game development journey. You’ll start by creating an Unreal Engine C++ project from the shooter template and then move on to building the C++ project and the C++ code inside the Visual Studio editor. You’ll be introduced to the fundamental C++ syntax and essential object-oriented programming concepts. For a holistic understanding of game development, you’ll also uncover various aspects of the game, including character creation, player input and character control, gameplay, collision detection, UI, networking, and packaging a completed multiplayer game. By the end of this book, you’ll be well-equipped to create professional, high-quality games using Unreal Engine 5 with C++, and will have built a solid foundation for more advanced C++ programming and game development technologies.

Who is this book for?

This book is for game designers, artists, software engineers, and students with some experience in using Unreal Engine and looking to explore the enigmatic C++ scripting. Basic experience with the UE editor is expected and blueprint scripting is a must. Familiarity with game concepts such as game level, lights, camera, actor/pawn/character, transformation, animation, and player control will be beneficial.

What you will learn

  • Develop coding skills in Microsoft Visual Studio and the Unreal Engine editor
  • Discover C++ programming for Unreal Engine C++ scripting
  • Understand object-oriented programming concepts and C++-specific syntax
  • Explore NPC controls, collisions, interactions, navigation, UI, and the multiplayer mechanism
  • Use the predefined Unreal Engine classes and the programming mechanism
  • Write code to solve practical problems and accomplish tasks
  • Implement solutions and methods used in game development

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 30, 2023
Length: 384 pages
Edition : 1st
Language : English
ISBN-13 : 9781804615263
Vendor :
Epic Games
Languages :
Concepts :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Aug 30, 2023
Length: 384 pages
Edition : 1st
Language : English
ISBN-13 : 9781804615263
Vendor :
Epic Games
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
AU$16.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$149.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just AU$5 each
Feature tick icon Exclusive print discounts
$209.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just AU$5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total AU$ 230.97
Blueprints Visual Scripting for Unreal Engine 5
AU$105.99
Unreal Engine 5 Game Development with C++ Scripting
AU$68.99
Game Development Patterns with Unreal Engine 5
AU$55.99
Total AU$ 230.97 Stars icon
Banner background image

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5
(25 Ratings)
5 star 72%
4 star 12%
3 star 8%
2 star 8%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Matthew Eichenberg Sep 19, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This resource is really great for those looking to learn offline and at their own pace. The book goes over the fundamentals of C++ whole applying it directly to Unreal Engine. The book not only walks you through creating a guided project, but also explains to you what is happening in the code that you are writing. This helps elevate your understanding of the framework and coding language while creating a nice project you could easily use as a beginner portfolio project.
Amazon Verified review Amazon
A Thinking Man Sep 18, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is excellent, and it helped me break through some barriers in my learning of C++ for Unreal that had previously held me back. For some background, I'm a Technical Game Designer with a lot of experience with visual blueprints but comparatively little "under the hood" in C++. As such, I think I'm at an ideal level to get the most of this book, which assumes you are intermediate or above in Unreal Engine/visual scripting and that you have at least some coding experiencing and a grasp of coding principles.Author George Li takes you through a simple sample project in a lean, "right to it" way. Beyond two helpful "Hello World!" type of introductory chapters on C++, the rest of the time you are coding things intended for Unreal. I think too many "C++ for Unreal" books go off on tangents and teach you general programming stuff you don't need to know (if you are indeed chiefly interested in C++ for Unreal).Along the way, you will also get some multiplayer exposure and you'll end by packaging the game (which has always been a "black box" for me). This book is not exhaustive and is not an encyclopedia or "all-in-one" reference, but it will give you exactly what you're need if you're a visual scripter looking to work under the hood, an indie dev who wants to control key aspects of your game, or a programmer with only a little experience with Unreal.I said the book is "lean," but not in a way that skimps on detail or assumes you know something you don't. So I think George has struck an excellent balance here and I applaud his efforts. Highly recommended!
Amazon Verified review Amazon
nymeria Sep 11, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book has been a great help in learning tool for C++ scripting for games in Unreal Engine. It helps with teaching you to visualize scripting problems, teaching the basics of the C++ language, and being able to decipher what has already been built and improving on it. Would definitely recommend to anyone needing a learning guide to build scripting systems in Unreal and utilizing it in combination with Blueprints to create the most efficient games we can.
Amazon Verified review Amazon
B. Smith Sep 07, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This course is a true gem for game programmers, seamlessly guiding learners from foundational concepts to intricate, real-world game development scenarios. The hands-on teaching methodology facilitated by an experienced instructor ensures an enriching learning journey. This course stands as a robust stepping stone for aspiring game developers.
Amazon Verified review Amazon
Hannah-lora P. Nov 11, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Havent finished it yet but it is great so far!
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.