Gems/ScriptCanvas*

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-10 20:24:15 -07:00
parent 1d53200eda
commit 711b332ebe
57 changed files with 123 additions and 124 deletions
@@ -177,7 +177,7 @@ namespace ScriptCanvasEditor
return m_comboBoxModel.GetIndexForValue(dataValue);
}
QString GetDisplayString() const
QString GetDisplayString() const override
{
DataType dataValue = this->GetValue();
return m_comboBoxModel.GetNameForValue(dataValue);