forked from LuckyRobots/LuckyWorldV2
11 lines
219 B
C++
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();
|
|
} |