mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
12 lines
260 B
C++
12 lines
260 B
C++
#include "FortDisplayNameWidget.h"
|
|
|
|
void UFortDisplayNameWidget::HandleTextChanged(const FText& Text) {
|
|
}
|
|
|
|
UFortDisplayNameWidget::UFortDisplayNameWidget() {
|
|
this->Button_Enter = NULL;
|
|
this->Text_Error = NULL;
|
|
this->EditText_DisplayName = NULL;
|
|
}
|
|
|