
Welcome to the Unreal Engine ByteSize C++ Delegates course!
A peak at what is covered in the course.
I take you through a brief project setup for the course.
We go over the different types of delegates available to us in the Unreal Engine, and what they are used for.
We dig deeper into using Single-cast delegates and implement them into our project.
We dig deeper into using Multi-cast delegates and implement them into our project.
We dig deeper into using Dynamic-cast delegates and implement them into our project.
We take a look at some of the already existing predefined delegates created by Epic Games in the Unreal Engine. These are delegates that perform specific functions within the engine, sometimes relating to low-level functionality.
We begin adding a selection of already existing predefined delegates to our project.
We learn how to use other methods aside from BindUObject with our delegates.
Contact information and thanks for completion of the course.
Welcome to the Unreal Engine ByteSize training series, your go-to resource for concise, focused training on specific subjects. This course delves into Unreal Engine's C++ Delegates, designed to provide you with a comprehensive understanding while keeping things short and simple. Stay tuned for more ByteSize training videos in the future!
In this course, you will explore the various types of delegates created by Epic Games within the Unreal Engine. We will examine their variations, parameters, and the processes involved in binding, broadcasting, and executing them. By the end of this course, you will understand the efficiency of each delegate type and how to leverage their capabilities effectively. Additionally, we will cover the predefined delegates embedded within the engine by Epic Games. These delegates automatically broadcast events during specific engine functions, such as error state shutdowns, application enters the background, and gamepad changes.
Our Extras section includes the final CleanGame project used during the course recordings. You will also have access to the SimpleGame project, a turret-based shooter that requires you to implement delegate bindings and executions. Both projects are provided in separate .zip files for your convenience.
Embark on this journey to master Unreal Engine's C++ Delegates and enhance your game development skills. Join us in the ByteSize Training Series and take your understanding of Unreal Engine to the next level.