editor sc component switched over to source handle, not yet connected to file notifications

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-11-19 10:03:16 -08:00
parent 487e2fb5bb
commit f1632b099c
10 changed files with 271 additions and 211 deletions
@@ -31,6 +31,7 @@ namespace ScriptCanvasEditor
{
void ReflectComponent::Reflect(AZ::ReflectContext* context)
{
SourceHandle::Reflect(context);
ScriptCanvas::ScriptCanvasData::Reflect(context);
ScriptCanvasAssetHolder::Reflect(context);
EditorSettings::EditorWorkspace::Reflect(context);