You've already forked LuckyWorld
Optimizing the code
This commit is contained in:
@ -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();
|
||||
}
|
Reference in New Issue
Block a user