LuckyWorldV2/Source/LuckyWorldV2/Private/UI/Common/TextFieldUserWidget.cpp
martinluckyrobots f8eebc934d Optimizing the code
2025-04-21 15:48:35 +03: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();
}