chore: Rename Graph to EditorGraph

Signed-off-by: Michael Pollind <mpollind@gmail.com>
This commit is contained in:
Michael Pollind
2021-12-24 16:56:39 -08:00
parent 3e9b76cdee
commit 4f746fddac
20 changed files with 184 additions and 186 deletions
@@ -171,7 +171,7 @@ namespace ScriptCanvasEditor
}
}
void GraphStatisticsHelper::PopulateStatisticData(const Graph* editorGraph)
void GraphStatisticsHelper::PopulateStatisticData(const EditorGraph* editorGraph)
{
// Opportunistically use this time to refresh out node count array.
m_nodeIdentifierCount.clear();