feat/frontend-mainmenu-skeleton #1

Merged
Mateuus merged 25 commits from feat/frontend-mainmenu-skeleton into main 2026-05-19 02:06:48 -03:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 4992a56eff - Show all commits

View File

@@ -9,7 +9,6 @@
#include "Components/Image.h"
#include "Components/SizeBox.h"
#include "Components/OverlaySlot.h"
#include "CommonTextBlock.h"
#include "CommonActionWidget.h"
namespace

View File

@@ -12,7 +12,6 @@ class UBorder;
class UTextBlock;
class UImage;
class USizeBox;
class UCommonTextBlock;
class UCommonActionWidget;
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnUIButtonActivatedByTimeout);
@@ -152,7 +151,7 @@ protected:
TObjectPtr<USizeBox> SizeBox_Master;
UPROPERTY(meta = (BindWidgetOptional))
TObjectPtr<UCommonTextBlock> ButtonText;
TObjectPtr<UTextBlock> ButtonText;
UPROPERTY(meta = (BindWidgetOptional))
TObjectPtr<UTextBlock> Number_Text;