In Darth's framework he has this:
I'm curious, what is the difference between NavCells and Navmesh? Thx in advance.//m_Squares.reserve(SceneSNO.navmesh.SquareCount);
//CSNOManager::Instance().GetSerializedRecords(m_Squares, SceneSNO.navmesh.Squares, dwSNOAddress);
//Nav Cells
Cells.reserve(SceneSNO.NavZone.NavCellCount);
CSNOManager::Instance().GetSerializedRecords(Cells, SceneSNO.NavZone.NavCells, dwSNOAddress);