fix dangling component variables on cleared script, fix EntityIDNode reflection

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-28 20:58:49 -07:00
parent eefc448dce
commit 43dfffa3fd
7 changed files with 30 additions and 58 deletions
@@ -474,6 +474,8 @@ namespace ScriptCanvasEditor
OnScriptCanvasAssetReady(memoryAsset);
}
}
AzToolsFramework::ToolsApplicationNotificationBus::Broadcast(&AzToolsFramework::ToolsApplicationEvents::InvalidatePropertyDisplay, AzToolsFramework::Refresh_EntireTree_NewContent);
}
void EditorScriptCanvasComponent::OnStartPlayInEditor()