Fix variables names in the property window

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-07-30 11:37:40 -07:00
parent 3633bf2ed0
commit 893a80a54e
4 changed files with 0 additions and 16 deletions
@@ -120,7 +120,6 @@ namespace ScriptCanvasEditor
m_variableName = m_variable->GetVariableName();
const AZStd::string variableTypeName = TranslationHelper::GetSafeTypeName(m_variable->GetDatum()->GetType());
m_variable->SetDisplayName(variableTypeName);
m_componentTitle = AZStd::string::format("%s Variable", variableTypeName.data());