most of therac ui done

This commit is contained in:
wonkyhonky2024
2025-05-16 16:44:17 +01:00
parent ff30856c60
commit 0105575759
7 changed files with 44 additions and 17 deletions

View File

@ -4,7 +4,13 @@
#include <Logging/StructuredLog.h>
void UModeInputTextBox::HandleOnTextChanged(FText const & inText) {
Text = Text.GetEmpty();
/*
if (GetText().IsEmpty()) {
return;
}
SetText(FText());
*/
Text = FText();
auto & s = inText.ToString();
// UE_LOGFMT(LogTemp, Warning, "kill me {inText}", s);