most of therac ui done
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user