Paths of ConstantPath

Hi, is there any way to get all shortest paths of the allNodes in the ConstantPath? Or do I have to calculate this again with MultiTargetPath?

This is not possible out of the box. You may be better suited with a FloodPath + FloodPathTracer. See FloodPath - A* Pathfinding Project