GraphUpdateScene for Moving 2D Platforms

I read in the documentation that GraphUpdateScene is recommended for when objects move around.

I am trying to get this to work with 2D platforms which use a point graph (which I manually created in the editor). There is one node which is a child of a moving platform, and I want the graph’s connections to update as it moves. Does anyone know if this is possible in 2D using the point graph?