redcoding asset handler, holder, tracker, memory asset

Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
carlitosan
2021-12-13 14:14:31 -08:00
parent 4670003aaf
commit c5d370723e
40 changed files with 137 additions and 2626 deletions
@@ -19,7 +19,6 @@
#include <Editor/Undo/ScriptCanvasGraphCommand.h>
#include <Editor/Include/ScriptCanvas/Bus/EditorScriptCanvasBus.h>
#include <Editor/Assets/ScriptCanvasAssetTrackerBus.h>
namespace ScriptCanvasEditor
{
@@ -30,8 +30,6 @@ namespace ScriptCanvasEditor
using GraphItemCommandNotificationBus = AZ::EBus<GraphItemCommandNotifications>;
class ScriptCanvasMemoryAsset;
// This command is the base URSequencePoint command from which all Script Canvas undo/redo commands derive
class GraphItemCommand
: public AzToolsFramework::UndoSystem::URSequencePoint