source save in place first pass

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-11-08 13:58:48 -08:00
parent 837e9f6105
commit a334ce09b4
9 changed files with 101 additions and 89 deletions
@@ -309,7 +309,7 @@ namespace ScriptCanvasEditor
const GraphStatisticsHelper& GetNodeUsageStatistics() const;
void MarkOwnership(ScriptCanvas::ScriptCanvasData& owner);
ScriptCanvas::DataPtr GetOwnership() const;
ScriptCanvas::ScriptCanvasData* GetOwnership() const;
// Finds and returns all nodes within the graph that are of the specified type
template <typename NodeType>