Fix variables names in the property window
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user