source save asset-free WIP

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-11-08 10:00:45 -08:00
committed by Chris Burel
parent d40b9fc809
commit 1ea245e46c
9 changed files with 269 additions and 150 deletions
@@ -1067,6 +1067,11 @@ namespace ScriptCanvasEditor
m_owner = &owner;
}
ScriptCanvas::DataPtr Graph::GetOwnership() const
{
return ScriptCanvas::DataPtr(const_cast<Graph*>(this)->m_owner);
}
bool Graph::CreateConnection(const GraphCanvas::ConnectionId& connectionId, const GraphCanvas::Endpoint& sourcePoint, const GraphCanvas::Endpoint& targetPoint)
{
if (!sourcePoint.IsValid() || !targetPoint.IsValid())