第一次提交

This commit is contained in:
不明不惑
2026-03-03 01:23:02 +08:00
commit 3e434877e8
1053 changed files with 102411 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
// Copyright 2025 https://yuewu.dev/en All Rights Reserved.
#include "UI/Foundation/GUIS_TabButtonBase.h"
#include "CommonLazyImage.h"
// void UGUIS_TabButtonBase::SetIconFromLazyObject(TSoftObjectPtr<UObject> LazyObject)
// {
// if (LazyImage_Icon)
// {
// LazyImage_Icon->SetBrushFromLazyDisplayAsset(LazyObject);
// }
// }
//
// void UGUIS_TabButtonBase::SetIconBrush(const FSlateBrush& Brush)
// {
// if (LazyImage_Icon)
// {
// LazyImage_Icon->SetBrush(Brush);
// LazyImage_Icon->SetVisibility(ESlateVisibility::Visible);
// }
// }
// void UGUIS_TabButtonBase::SetTabLabelInfo_Implementation(const FGUIS_TabDescriptor& TabLabelInfo)
// {
// SetButtonText(TabLabelInfo.TabText);
// SetIconBrush(TabLabelInfo.IconBrush);
// }