PCG graph preparation
Before we move on to the main topic of the PCG Blueprint, we will prepare and create a PCG graph, which we will use later. This will be used as your placeholder, which you will work with inside the Blueprint later. Follow these steps to create a PCG graph:
- Create your PC Graph and rename it
PCG_Generator
. Open your graph and let’s start adding some nodes, which we will use later.
Figure 3.1 – Create a new PCG graph and add those nodes inside your graph
- As we move on with setting up the nodes, it would be beneficial to explore and explain the purpose of Execute Blueprint in this exercise.
Figure 3.2 – The Execute Blueprint node
As you may have noticed, that node looks quite new to you. This is an Execute Blueprint node, which we will use to execute our PCG Blueprint later in this chapter. This node enables you to combine custom logic and operations defined in a...