Connecting nodes in a PCG graph
In this final section of the chapter, we will dissect the nodes required to construct the graph and introduce our PCG Blueprint into the graph. Let’s begin this exercise by opening the PCG_Generator
PCG graph and adding a few nodes inside it:
- Inside your PCG graph, right-click and search for the following node: Get Actor Data.
Figure 3.65 – Adding Get Actor Data inside the PCG graph
- Right-click inside the graph and search for Get Actor Property. Duplicate this node two times so we have three of these nodes in total!
Figure 3.66 – Adding Get Actor Property three times inside the PCG graph
Note
This set of nodes will represent the variables that are already created within the PCG and Actor Blueprints. This will configure the PCG graph to expose and establish connections between these variables and the variables inside your Blueprints.
...