Files
LuckyWorld/Source/LuckyWorldV2/Private/UI/Common/TextFieldUserWidget.cpp
martinluckyrobots a1bdd76447 Optimizing the code
2025-04-21 13:06:01 +08:00

11 lines
219 B
C++

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