SC Editor serialization update in JSON

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-11-22 16:04:49 -08:00
committed by Chris Burel
parent 5db535d1dd
commit 23267fd862
15 changed files with 187 additions and 58 deletions
@@ -144,7 +144,7 @@ namespace ScriptCanvasEditor
{
namespace JSRU = AZ::JsonSerializationUtils;
if (!source.IsValid())
if (!source.IsGraphValid())
{
return AZ::Failure(AZStd::string("no source graph to save"));
}