Merge branch 'development' into chore/rename-Graph-EditorGraph-Match

This commit is contained in:
Luis Sempé
2022-01-18 12:35:58 -08:00
committed by GitHub
1346 changed files with 38972 additions and 26851 deletions
@@ -33,11 +33,6 @@ namespace ScriptCanvasEditor
{
AZStd::optional<SourceHandle> CompleteDescription(const SourceHandle& source)
{
if (source.IsDescriptionValid())
{
return source;
}
AzToolsFramework::AssetSystemRequestBus::Events* assetSystem = AzToolsFramework::AssetSystemRequestBus::FindFirstHandler();
if (assetSystem)
{