LuckyWorldV2/Source/LuckyWorldV2/Private/UI/Common/TextFieldUserWidget.cpp

11 lines
219 B
C++
Raw Normal View History

2025-04-21 13:06:01 +08:00
// Fill out your copyright notice in the Description page of Project Settings.
#include "UI/Common/TextFieldUserWidget.h"
void UTextFieldUserWidget::NativeConstruct()
{
Super::NativeConstruct();
UpdateDisplay();
}