EditorCOmponent build pipeline WIP
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -154,6 +154,7 @@ namespace ScriptCanvasEditor
|
||||
canvasWidget->SetDefaultBorderColor(ScriptCanvasAssetDescription().GetDisplayColorImpl());
|
||||
metaData.m_canvasWidget = canvasWidget;
|
||||
metaData.m_assetId = assetId;
|
||||
metaData.m_fileState = fileState;
|
||||
|
||||
AZStd::string tabName;
|
||||
AzFramework::StringFunc::Path::GetFileName(assetId.Path().c_str(), tabName);
|
||||
|
||||
@@ -138,7 +138,7 @@ namespace ScriptCanvasEditor
|
||||
(void)index;
|
||||
(void)node;
|
||||
|
||||
auto sourceHandle = SourceHandle(nullptr, {}, GUI->GetSelectedSourcePath());
|
||||
auto sourceHandle = SourceHandle(nullptr, GUI->GetSelectedSourcePath());
|
||||
auto completeSourceHandle = CompleteDescription(sourceHandle);
|
||||
if (completeSourceHandle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user