Signed-off-by: Chris Galvan <[email protected]>
@@ -21,6 +21,7 @@ QComponentEntityEditorInspectorWindow::QComponentEntityEditorInspectorWindow(QWi
: QMainWindow(parent)
, m_propertyEditor(nullptr)
{
+ setObjectName("ComponentEntityInspector");
gEnv->pSystem->GetISystemEventDispatcher()->RegisterListener(this);
Init();