Node User Data

I have a point graph. I want to associate custom data with each node on the graph. Preferably a GameObject.

I want to create a ConstantPath and access/edit data on the GameObjects associated with each node inside the path. How can I do this?

I solved this by adding a GameObject field to the PointNode and assigning it in the PointGenerator.