PCG Graphs need input/output index count on the functions themselves. Instead of debugging every single function, would it be possible to have all functions show how values go through each input and output of all functions? This would allow a clear overview of where values stop flowing through the graph. This is especially needed with large graphs.
For example, all functions would look like this when debugging is ON:
Input 1 (163) ------------ (46) Output 1
Input 2 (23) ----------- (234) Output 2
Input 3 (4667) ----------- (0) Output 3
-------------------------- (0) Output 4
------------------------- (89) Output 5