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
@@ -183,7 +183,7 @@ namespace ScriptCanvasEditor
{
if (entity)
{
auto graph = entity->CreateComponent<Graph>();
auto graph = entity->CreateComponent<EditorGraph>();
entity->CreateComponent<EditorGraphVariableManagerComponent>(graph->GetScriptCanvasId());
}
}