Path Gen Tick
This tick handles the generation of the path. It essentially spawns up a background thread which does the path generation. It then routinely checks on the status of this thread, and once the path is generated transitions to PathValidate
.
Related
TODO: link to static pathing
Look here to see the code that generates the initial path.