Book Image

Basics of Coding with Unreal Engine 4 [Video]

By : Dr. Alireza Tavakkoli
Book Image

Basics of Coding with Unreal Engine 4 [Video]

By: Dr. Alireza Tavakkoli

Overview of this book

<p>In this title, you will learn basic Unreal Engine 4 C++ programming. You will be exposed to the architecture of Unreal Engine 4 classes, memory management, and basic coding utilizing the C++ programming language.</p> <p>UE4 is among the most comprehensive and advanced game engines on the market. Along with the C++ programming language, this title will enable you to implement efficient games with unparalleled performance.</p> <p>This title is structured to introduce UE4, to program simple actor functionalities within UE 4 utilizing the C++ programming language, and to expose you to how UE4 deals with memory management.</p> <h1>Style and Approach</h1> <p>The course takes a hands-on approach in teaching game programming with C++ in UE4. Therefore, the main structure of the course is tutorial-based. Learners will code simple games while following the tutorials and learn the ins and outs of the Unreal Engine 4’s basic toolsets.</p>
Table of Contents (3 chapters)
Chapter 2
Classes in Unreal Engine 4
Content Locked
Section 5
Spawning Actors
Learn how to spawn custom actors in the game world in Unreal Engine 4. - Add physics simulation to the magic pill class - Write a spawn functionality into the pill spawner class - Spawn magic pills using the event begin play of the pill spawner class