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
committed by Chris Burel
parent b772db5e73
commit ad8cfa5f99
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);