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
@@ -30,6 +30,7 @@ namespace ScriptCanvasBuilder
{
m_source.Reset();
m_variables.clear();
m_overrides.clear();
m_entityIds.clear();
m_dependencies.clear();
}