Optimizing the code

This commit is contained in:
martinluckyrobots
2025-04-21 13:06:01 +08:00
committed by gurkan01
parent 3df02a451f
commit f8eebc934d
17 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,11 @@
// Fill out your copyright notice in the Description page of Project Settings.
#include "UI/Common/TextFieldUserWidget.h"
void UTextFieldUserWidget::NativeConstruct()
{
Super::NativeConstruct();
UpdateDisplay();
}