The Great ScriptCanvas Purge. Part I.

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-01 09:57:36 -07:00
parent ffe77f7eed
commit 59ff74f559
81 changed files with 40 additions and 3906 deletions
@@ -1187,14 +1187,6 @@ namespace GraphModelIntegration
return dataTypesMatch && !CheckForLoopback(sourceSlot->GetParentNode(), targetSlot->GetParentNode());
}
bool GraphController::IsValidVariableAssignment([[maybe_unused]] const AZ::EntityId& variableId, [[maybe_unused]] const GraphCanvas::Endpoint& targetPoint) const
{
AZ_Assert(false, "This Graph Canvas does not support graph variables");
return false;
}
//! Helper function to create a GraphCanvas::NodePropertyDisplay and a data interface for editing input pin values
//! \typename DataInterfaceType One of the data interface types. Ex: BooleanDataInterface
//! \typename CreateDisplayFunctionType Function pointer type should be filled automatically