Gems/ScriptCanvas

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-20 18:01:54 -07:00
parent 2f5a39176d
commit 323d642e65
37 changed files with 16 additions and 101 deletions
@@ -669,7 +669,6 @@ namespace ScriptCanvasDeveloper
VariableLifeCycleTest::VariableLifeCycleTest(AZStd::string name, AZStd::vector<ScriptCanvas::Data::Type> dataTypes, CreateVariableAction::CreationType creationType)
: EditorAutomationTest(name.c_str())
, m_creationType(creationType)
, m_typesToMake(dataTypes)
{
m_variableTypeId = "ActiveVariableTypeId";
@@ -256,14 +256,11 @@ namespace ScriptCanvasDeveloper
int SetupNextVariable();
CreateVariableAction::CreationType m_creationType = CreateVariableAction::CreationType::AutoComplete;
ScriptCanvas::VariableId m_activeVariableId;
AZStd::vector<CreateVariableAction*> m_createVariables;
AZStd::vector<ScriptCanvas::Data::Type> m_typesToMake;
bool m_createVariablesNodesViaContextMenu = true;
bool m_closedGraph = false;
int m_activeIndex = 0;
GraphCanvas::ViewId m_viewId;