improve inspector

This commit is contained in:
Arnaud Jamin
2023-10-16 00:00:05 -04:00
parent 667439e5fa
commit da02827408
16 changed files with 468 additions and 256 deletions
@@ -23,6 +23,8 @@ void UCogWindow::SetFullName(const FString& InFullName)
Name = FullName;
}
Title = Name;
ID = ImHashStr(TCHAR_TO_ANSI(*FullName));
}