Technical requirements
To complete this chapter, you’ll need the following:
- A good computer that can run a PCG and those have the following specifications:
- A high-performance multi-core CPU (AMD Ryzen 7/9, Intel i7/i9)
- A GPU (NVIDIA RTX, AMD Radeon RX with 8+GB VRAM)
- At least 16 GB RAM
- Basic knowledge of Blueprint creation in Unreal Engine 5. This is crucial, especially for those new to Blueprint creation. The chapter is designed to be accessible to those with even a fundamental understanding of Blueprint development.
The files for this chapter are placed at Github link. https://github.com/PacktPublishing/Procedural-Content-Generation-with-Unreal-Engine-5/tree/main/Chapter_3/UE5_PCG_Chapter_03
In Chapter 2, you learned the practical side of creating your own PCG tool with the PCG nodes. Now, you will combine this with the PCG Blueprint, which we will create in this example.
The code files for the chapter can be found at https://packt.link/PPMwK