January 2024
Intermediate to advanced
254 pages
6h 13m
English
This chapter will focus on the principles that underpin all good code. Design patterns are an extension of these principles, so it is important to walk before you run. Once the basics have been covered, we’ll look at some bad Blueprint code so that we can understand the process of fixing it, which we will do by following some step-by-step guides.
In this chapter, we’ll be covering the following topics:
For this chapter, you will need a blank UE5 project open and ready. There's no need for C++ right now; we’ll be focusing on Blueprint code for simplicity.
The files for this project can be found in the chapter2 branch on GitHub ...
Read now
Unlock full access