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 now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Unreal Engine 4 Game Development Essentials

You're reading from   Unreal Engine 4 Game Development Essentials Master the basics of Unreal Engine 4 to build stunning video games

Arrow left icon
Product type Paperback
Published in Feb 2016
Publisher
ISBN-13 9781784391966
Length 266 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Satheesh P.V Satheesh P.V
Author Profile Icon Satheesh P.V
Satheesh P.V
Satheesh PV Satheesh PV
Author Profile Icon Satheesh PV
Satheesh PV
Arrow right icon
View More author details
Toc

Creating a C++ project

Now that we have Visual Studio installed, let's create a project that includes C++ code. In this project, we will extend the Third Person Template that comes with Unreal Engine 4 and add support for health (including health regeneration):

Creating a C++ project

Start Unreal Engine 4 and when the project browser dialog appears:

  • Select the New Project tab
  • Select the C++ sub tab
  • Select Third Person
  • Name your project
  • Click on Create Project

When you click on Create Project, Unreal Engine 4 will create all the base classes required and will compile the project for you. This might take a minute or so. Once this is completed, the solution file (Visual Studio file) for your project will be automatically opened along with the project.

Once the project is opened, one main change you might notice is the new Compile button that appears on the Toolbar. This will only appear if your project is a code project:

Creating a C++ project

This is used to recompile the code changes and reload them on the fly, even when you are playing...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime